Php Mail > policy analysis reports DNS error with your source domain.

kotel

Verified User
Joined
Sep 15, 2006
Messages
27
Location
Russia
When i try send email by PHP mail function, from remote server i have:
SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=1739:
host mx1.yandex.ru [213.180.200.57]: 553 5.4.3 Hello [my server], for MAIL FROM address <[email protected]> the
policy analysis reports DNS error with your source domain.

in exim logs:
2008-01-26 15:03:35 1JIjl1-0008iU-16 ** [email protected] F=<[email protected]> R=lookuphost T=remote_smtp: SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=4578: host mxs.mail.ru [194.67.23.20]: 550 Unrouteable address
2008-01-26 15:03:35 1JIjl1-0008iX-4O <= <> R=1JIjl1-0008iU-16 U=mail P=local S=4413 T="Mail delivery failed: returning message to sender" from <> for [email protected]

Ghm, why i have this problem?When i send email by SMTP - all ok!Doy have ideas?

Added:
2008-01-26 15:46:47 1JIik8-000PvC-DO SMTP error from remote mail server after RCPT TO:<[email protected]>: host imx1.rambler.ru [81.19.66.140]: 450 <[email protected]>: Sender address rejected: Domain not found


I have:
PHP5.2 as fastcgi.
Apache 1.3.

In all out email i have header:
Return-path: <[email protected]>

P.S
I try:
http://help.directadmin.com/item.php?id=43
http://help.directadmin.com/item.php?id=113

But it don't help.
 
Last edited:
Without real domain and IP# information it's impossible to know the problem.

Jeff
 
Back
Top