Forum Moderators: phranque
I'm currently building a website and hosting it on my own virtual private server. The site sends email to its users, and currently all the emails are getting junked when sent to hotmail users. This is totally unacceptable and i need to get it sorted.
I've set up a SPF record for the domain, but theyre still getting junked. What I really need is someone to help me and have a look at the DNS records, SPF record, and the headers sent in the emails to see if there is any reason why hotmail doesnt like it.
Some nice help would be greatly appreciated.
Thanks,
Rich
[edited by: encyclo at 1:01 pm (utc) on Sep. 29, 2009]
One issue you don't mention is your server's IP address, have you checked whether it is blacklisted anywhere?
Thanks,
Rich
NAME TYPE CONTENT
@ TXT v=spf1 a mx ip4:212.241.xxx.xxx mx:mail.example.com mx:example.com -all
@ A 212.241.xxx.xxx
* A 212.241.xxx.xxx
ftp CNAME www
mail A 212.241.xxx.xxx
webmail A 212.241.xxx.xxx
www A 212.241.xxx.xxx
and my MX records are just
mail.example.com. (priority 10)
Do i need to put another entry in?
Rich
[edited by: bill at 1:47 am (utc) on Sep. 30, 2009]
[edit reason] Use example.com and obscure your IP please [/edit]
When you're saying 'junked' - you mean that the users receive your mail but Hotmail moves it to their junk folder?
In that case I'd take a closer look at your message headers and content to determine what is triggering it.
Adding to encyclo's link above, this may be helpful: [advertising.microsoft.com...]
Regardless of the above, make sure that your subscribers are going to look into their junk folders when they do not receive the message with in a defined timeframe - and have them put your sending address into their addressbook.
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MjtTQ0w9NA==
X-Message-Status: n:0
X-SID-PRA: Example <contact@example.com>
X-Message-Info: 6sSXyD95QpXUtn0CnwUUiSMpQZv+/v2SdxO+AChedd9L1y6e8HPg3uGmS5k5
l1Iw+cBNDL38+aStIEPCDCe2UXS+IvPtrnnG
Received: from example.com ([111.222.33.44]) by SNT0-MC3-F4.Snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959);
Wed, 30 Sep 2009 14:20:40 -0700
Comment: DomainKeys? See [antispam.yahoo.com...]
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=default; d=example.com;
b=PTC/HpbTtT9fDRnlp/RDAsJLCCQf0Cs1twStu2bjfwxlKcZaMxjMyDVALS
yXqxc7G787T3Bkoivq1JoUESVNEVFehEAQTvhSjRAcExuAZltLEQ75rom4VgN87YanfiqX ;
Received: (qmail 4057 invoked by uid 33); 30 Sep 2009 22:20:39 +0100
To: John Doe <example@hotmail.com>
Subject: spTest PHPMailer Test Subject via mail
Date: Wed, 30 Sep 2009 22:20:39 +0100
From: Example <contact@example.com>
Reply-To: contact@example.com
Message-ID: <74f7c27b3f7237bef729625e33010d46@www.example.com>
X-Priority: 3
X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_74f7c27b3f7237bef729625e33010d46"
Return-Path: contact@example.com
X-OriginalArrivalTime: 30 Sep 2009 21:20:40.0225 (UTC) FILETIME=[DC5B1910:01CA4213]
[edited by: encyclo at 3:16 pm (utc) on Oct. 1, 2009]
[edit reason] exemplified [/edit]