Just did a fresh install of Redhat 8.0 and for some reason my php scripts with the mail() command will not work. Is there something I need to do to sendmail in order to get it to work?
Thanks, Russell
SeanW
5:08 pm on Mar 16, 2004 (gmt 0)
If it's trying to use SMTP, you'll either have to connect to 127.0.0.1 or edit /etc/mail/sendmail.mc to bind to the external addresses.
Sean
MattyMoose
5:10 pm on Mar 18, 2004 (gmt 0)
How are the scripts failing? Is there a particular error message, or are they just silently dying? Anything in /var/log/maillog or /var/log/messages?