ispCP - Board - Support
Email rejected when sent from ISP's SMTP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Email rejected when sent from ISP's SMTP (/thread-12426.html)



Email rejected when sent from ISP's SMTP - seanatw - 12-14-2010 03:38 PM

Hi there,

We have been telling clients to use our server as both the incoming and outgoing server for their email, however we keep getting calls from them complaining about email messages they send to themselves or others on the same domain not working. (still using their ISP's SMTP)

I pulled this from mail.log

Code:
Dec 13 21:16:40 christchurchwebsites postfix/smtpd[30763]: connect from mta02.xtra.co.nz[210.54.141.253]
Dec 13 21:16:44 christchurchwebsites postfix/policyd-weight[26117]: weighted check:  NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 IN_IX_MANITU=4.35 CL_IP_EQ_HELO_IP=-2 (check from: .userdomain. - helo: .mta02.xtra. - helo-domain: .xtra.)  FROM/MX_MATCHES_NOT_HELO(DOMAIN)=2.087 CLIENT_NOT_MX/A_FROM_DOMAIN=5.85 CLIENT/24_NOT_MX/A_FROM_DOMAIN=5.85; <client=210.54.141.253> <helo=mta02.xtra.co.nz> <from=client@userdomain.co.nz> <to=client@userdomain.co.nz>; rate: 11.637
Dec 13 21:16:44 christchurchwebsites postfix/policyd-weight[26117]: decided action=550 Mail appeared to be SPAM or forged. Ask your Mail/DNS-Administrator to correct HELO and DNS MX settings or to get removed from DNSBLs; please relay via your ISP (userdomain.co.nz); <client=210.54.141.253> <helo=mta02.xtra.co.nz> <from=client@userdomain.co.nz> <to=client@userdomain.co.nz>; delay: 4s
Dec 13 21:16:44 christchurchwebsites postfix/smtpd[30763]: NOQUEUE: reject: RCPT from mta02.xtra.co.nz[210.54.141.253]: 550 5.7.1 <client@userdomain.co.nz>: Recipient address rejected: Mail appeared to be SPAM or forged. Ask your Mail/DNS-Administrator to correct HELO and DNS MX settings or to get removed from DNSBLs; please relay via your ISP (userdomain.co.nz); from=<client@userdomain.co.nz> to=<client@userdomain.co.nz> proto=ESMTP helo=<mta02.xtra.co.nz>
Dec 13 21:16:44 christchurchwebsites postfix/smtpd[30763]: disconnect from mta02.xtra.co.nz[210.54.141.253]

Why is this happening? and can I stop it from happening?

Thanks for your time!


RE: Email rejected when sent from ISP's SMTP - kilburn - 12-14-2010 04:43 PM

The isp's server is listed in the manitu.net rbl list.


RE: Email rejected when sent from ISP's SMTP - seanatw - 12-14-2010 05:19 PM

(12-14-2010 04:43 PM)kilburn Wrote:  The isp's server is listed in the manitu.net rbl list.

Yes I saw that, unfortunatey hundreds of people probably use this SMTP. The part I am worried about is "FROM/MX_MATCHES_NOT_HELO(DOMAIN)=2.087 CLIENT_NOT_MX/A_FROM_DOMAIN=5.85 CLIENT/24_NOT_MX/A_FROM_DOMAIN=5.85"

As to the blacklist, I guess there is little I can do about that.


RE: Email rejected when sent from ISP's SMTP - kilburn - 12-14-2010 06:34 PM

This other part will go away if the server is not listed in any RBL. Essentially, policyd-weight performs a lot more checks when the origin server is in any blacklist (these two amongst them).

Anyway, if you want to avoid further problems with this specific ISP, what you should do is whitelist them.


RE: Email rejected when sent from ISP's SMTP - seanatw - 12-14-2010 06:57 PM

(12-14-2010 06:34 PM)kilburn Wrote:  This other part will go away if the server is not listed in any RBL. Essentially, policyd-weight performs a lot more checks when the origin server is in any blacklist (these two amongst them).

Anyway, if you want to avoid further problems with this specific ISP, what you should do is whitelist them.

Thanks greatly! That is exactly what I will do.