[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] (Q) FormMail.pl trouble on Raq3
- Subject: Re: [cobalt-users] (Q) FormMail.pl trouble on Raq3
- From: "Arsalan Mahmud" <arsalan@xxxxxxxxxxxx>
- Date: Sun Mar 4 03:23:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Try the following..
$mailprog = '/usr/lib/sendmail';
instead of
$mailprog = '/usr/sbin/sendmail';
Arsalan Mahmud
Nexus Technologies
http://www.nexus.net.pk
----- Original Message -----
From: "Ryuuta Hirayama" <info@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Sunday, March 04, 2001 3:59 PM
Subject: [cobalt-users] (Q) FormMail.pl trouble on Raq3
> I am posting from Japan. Forgive me not correct English.
>
> I have installed FormMail.pl in my Raq3 it works but I cannot recieve mail
> from it. I have checked FAQ, and set $mailprog right way.
>
> I can use sendmail commnd from promt and it works fine.
>
> #!/usr/bin/perl
> ######################################################
> # FormMail Version 1.6
#
>
> # $mailprog defines the location of your sendmail program on your unix
#
> # system.
#
>
> $mailprog = '/usr/sbin/sendmail';
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
>