Hi All,
A few weeks ago I thought i'd cracked the whole Hotmail / AOL / Yahoo mail delivery problem. However I recently changed my
VPS Hosting control panel from Plesk to CPanel and since then my mail delivery rates have become rather poor again. So I though i'd do some tests...
The current situation is that I can deliver to ALL Hotmail, Yahoo, Gmail and AOL accounts just fine if I use Outlook with both POP3 and SMTP servers set to mail.mydomain.com.
The problem is that I need to use phpMailer to send out software keys to customers and these are NOT getting through to Hotmail accounts.
I have RDNS for my domain.
I have an SPF record of "v=spf1 mx ip4:92.48.82.30 mx:mail.oneapplications.co.uk -all"
I have my exim hostname set to mail.oneapplications.co.uk
I decided to send the message that will reach Hotmail (from Outlook) to my AOL account. I then also sent a test email using the phpMailer script to the same AOL account. Both of these messages ended up in the inbox at AOL but only the first arrived at Hotmail.
The header from the one that made it to Hotmail...
X-AOL-UID: 3041.780150954
X-AOL-DATE: Sun, 2 Mar 2008 1:26:42 PM Eastern Standard Time
Return-Path:
Received: from rly-mb02.mail.aol.com (rly-mb02.mail.aol.com [172.20.118.138]) by air-mb01.mail.aol.com (v121.4) with ESMTP id MAILINMB14-d247caf151193; Sun, 02 Mar 2008 13:26:42 -0500
Received: from mail.oneapplications.co.uk (oneapplications.co.uk [92.48.82.30]) by rly-mb02.mail.aol.com (v121.4) with ESMTP id MAILRELAYINMB210-d247caf151193; Sun, 02 Mar 2008 13:26:26 -0500
Received: from cpc3-stkp3-0-0-cust910.manc.cable.ntl.com ([82.17.71.143] helo=fqp4)
by mail.oneapplications.co.uk with esmtp (Exim 4.6
(envelope-from )
id 1JVsrW-0004XL-0x
for oneapplications@aol.com; Sun, 02 Mar 2008 18:24:38 +0000
From: "Product Activations"
To:
Subject: test from outlook
Date: Sun, 2 Mar 2008 18:26:23 -0000
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_000A_01C87C92.ECB678B0"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: Ach8kutO7I/wkphlQ7CpU6LUE1h4Qw==
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - mail.oneapplications.co.uk
X-AntiAbuse: Original Domain - aol.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - oneapplications.co.uk
X-AOL-IP: 92.48.82.30
X-AOL-SCOLL-AUTHENTICATION: listenair ; SPF_helo : ?
X-AOL-SCOLL-AUTHENTICATION: listenair ; SPF_822_from : +
Message-ID: <200803021326.d247caf151193@rly-mb02.mail.aol.com>
And here's the header sent from the phpMailer script that doesn't make it to Hotmail...
X-AOL-UID: 3298.650503666
X-AOL-DATE: Sun, 2 Mar 2008 2:09:02 PM Eastern Standard Time
Return-Path:
Received: from rly-da09.mx.aol.com (rly-da09.mail.aol.com [172.19.129.83]) by air-da02.mail.aol.com (v121.4) with ESMTP id MAILINDA023-a8e47cafb433a8; Sun, 02 Mar 2008 14:09:02 -0500
Received: from mail.oneapplications.co.uk (oneapplications.co.uk [92.48.82.30]) by rly-da09.mx.aol.com (v121.4) with ESMTP id MAILRELAYINDA096-a8e47cafb433a8; Sun, 02 Mar 2008 14:08:51 -0500
Received: from oneapplications.co.uk ([92.48.82.30])
by mail.oneapplications.co.uk with esmtpa (Exim 4.6
(envelope-from )
id 1JVtWY-0005cT-O4; Sun, 02 Mar 2008 19:07:02 +0000
Date: Sun, 2 Mar 2008 19:07:02 +0000
To: oneapplications@aol.com
From: Product Activations
Reply-To: noreply@oneapplications.co.uk
Subject: EPOS-Excel Activation
Message-ID:
X-Priority: 3
X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.0 rc3]
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_cfcf3df7ff9d339ef923f60b483cfc1f"
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - mail.oneapplications.co.uk
X-AntiAbuse: Original Domain - aol.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - oneapplications.co.uk
X-AOL-IP: 92.48.82.30
X-AOL-SCOLL-AUTHENTICATION: listenair ; SPF_helo : ?
X-AOL-SCOLL-AUTHENTICATION: listenair ; SPF_822_from : +
Can anyone see a problem with this header??
Any help greatly appreciated! 