[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] (Q) FormMail.pl trouble on Raq3
- Subject: [cobalt-users] (Q) FormMail.pl trouble on Raq3
- From: info@xxxxxxxxxxx (Ryuuta Hirayama)
- Date: Sun Mar 4 03:00:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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';