PDA

View Full Version : Cant send email to Hotmail



RTL|Lee
05-23-2009, 09:18 AM
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

Randy
05-24-2009, 10:03 PM
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

RTL|Lee
05-26-2009, 03:07 AM
still seem to be getting the same error:

SMTP error from remote mail server after MAIL

nobaloney
05-28-2009, 10:17 AM
Have you checked with the Hotmail postmaster? Only they can tell you why they don't like your email.

Jeff