Results 1 to 2 of 2
I am trying to use Postfix to send mail via ( or to ) my ISP.
I have created a small PHP script which uses the internal 'mail($to, $subject, "", ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-10-2004 #1Just Joined!
- Join Date
- Oct 2004
- Location
- Nottinghamshire
- Posts
- 2
Unable to send mail to my ISP mailbox.
I am trying to use Postfix to send mail via ( or to ) my ISP.
I have created a small PHP script which uses the internal 'mail($to, $subject, "", $header)' function, where the $header contains ( amongst other things ) 'From' and 'Reply-To' as a valid email address at my ISP.
The message is being rejected every time with:-
Final-Recipient: rfc822; to_me@my_isp.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host mx.core.my_isp[nn.nn.nn.nn] said:
550-Verification failed for <apache@localhost.localhost> 550-Unrouteable
address 550 Sender verify failed (in reply to RCPT TO command)
How to I configure postfix to advertise as 'a_user@my_isp.com' instead of 'apache@localhost....' ? or, alternatively, not send the RCPT TO.
Mandrake 10.0
Please, please help
- 11-11-2004 #2Linux User
- Join Date
- Oct 2004
- Location
- /dev/random
- Posts
- 404
That is because your postfix is not configured for relaying...
Read the SMTP RFC (ftp://ftp.rfc-editor.org/in-notes/rfc2821.txt) - Section 4.1.1.3The Unforgiven
Registered Linux User #358564


Reply With Quote
