Cant send email to Hotmail

RTL|Lee

New member
Joined
May 23, 2009
Messages
2
Hello,

I added a new IP to my reseller account so that I may use SSL

I could send email to hotmail fine before adding this IP, email headers from google are still showing as the correct IP.

My server IP: 193.33.187.154

Error I'm seeing in exim: T=remote_smtp: SMTP error from remote mail server after

Any assistance would be greatly appreciated.

Kind Regards,
Lee
 
Fix your PTR/RDNS, they don't match:

[root@sv03 ~]# host 193.33.187.154
154.187.33.193.in-addr.arpa domain name pointer mail.rtl-servers.co.uk.

[root@sv03 ~]# telnet 193.33.187.154 25
Trying 193.33.187.154...
Connected to mail.rtl-servers.co.uk (193.33.187.154).
Escape character is '^]'.
220 web1.rtl-servers.co.uk ESMTP Exim 4.68 Mon, 25 May 2009 04:59:36 +0000
 
still seem to be getting the same error:

SMTP error from remote mail server after MAIL
 
Have you checked with the Hotmail postmaster? Only they can tell you why they don't like your email.

Jeff
 
Back
Top