[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] SendMail Problem on Raq4i
- Subject: RE: [cobalt-users] SendMail Problem on Raq4i
- From: Ben Edwards <Ben@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon Apr 9 20:31:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>I have used this formmail.cgi successfully on our other apache
>server/BSDI 4.0, so I
>know it works... its the standard Matt Script\'s archive formmail.cgi.
>
>The perl path: #!/usr/bin/perl
>sendmail path: /usr/sbin/sendmail
>chmod 755
>Uploaded file in ascii
>cgi execution is enabled.
Hi James,
One thing you might try is adding the -t flag to your sendmail path var. Eg $mailprog = '/usr/sbin/sendmail -t'. This flag tells sendmail to look for the recipient address in the body of the message, which is where formmail.cgi puts it, rather than on the command line. If you are noticing any errors like 'recipient address not specified', this is most likely the problem.
hth
Ben