Posted by Sameer N Ingole on 01/10/06 15:33
Dear Dotan,
Dotan Cohen wrote:
>On my home Fedora Core 4 box I run Apache 2.0. Sometimes when sending
>mail with php no mail is delivered, and I find this in the logs:
>
><<< 550-Verification failed for <apache@localhost.localdomain>
><<< 550-unrouteable mail domain "localhost.localdomain"
><<< 550 Sender verify failed
>
You are getting this error because apache@localhost.localdomain cannot
be reached from Internet and whoever you are sending mail to may have
something called sender check. This verifies if the sender of this mail
is reachable. This avoids spammers to send mails using unreachable
addresses. Also he may be checking spf-record for your From: domain on
mail envelop.
>
>So I changed the only email address in httpd.conf to:
>ServerAdmin dotan@lyricslist.com
>
What error you are getting after you change address in apache and try
sending mail after restarting apache?
>
>But I still get the error! I did restart apache and even went so far as to
>reboot the machine. If I cannot modify the parameter within apache,
>then where should I modify it? Within php? Within sendmail?
>
--
Sameer N. Ingole
Blog: http://weblogic.noroot.org/
[Back to original message]
|