So I've finally managed to set up a mail server on our Win2008 box and it is finally working.
One thing that I've noticed though (and I've noticed it with emails from other sources as well), that emails sent from this mail server to my current email account, are automatically picked up by the Spam filters which adds "***** spam *****: " to the beginning of the subject line. When I look at the email headers, it says something like:
Now I suspect the "UnknownHost" part on the first line is what is causing the email to be identified as spam. Any idea how I can get this gone?
The IP address next to "UnknownHost" is our server's IP address and in the domain's DNS records, the "mail" A and CNAME records are both pointed to that IP address.
One thing that I've noticed though (and I've noticed it with emails from other sources as well), that emails sent from this mail server to my current email account, are automatically picked up by the Spam filters which adds "***** spam *****: " to the beginning of the subject line. When I look at the email headers, it says something like:
Received: from mail.domain.za.net (UnknownHost [??.??.???.??]) by mail3.zadns.co.za with SMTP;
Fri, 18 Jan 2013 13:31:19 +0200
Received: from myServer (127.0.0.1) by myServer (Axigen)
with ESMTPSA id 2DADC4; Fri, 18 Jan 2013 13:30:32 +0200
Received: from [196.215.137.24] by domain.za.net with HTTP;
Fri, 18 Jan 2013 13:30:32 +0200
...
Subject: *****SPAM*****: [Fwd: FWD:Welcome to Vodacom E-mail!]
Importance: Normal
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="===axigen=7188022819630882818936778581340456227838=axigen==="
X-SmarterMail-Spam: Reverse DNS Lookup, ISpamAssassin 5 [raw: 3], SPF_None, DK_None, DKIM_None, Custom Rules [], l2.apews.org
X-SmarterMail-SpamDetail: 3.3 NSL_RCVD_FROM_41 Received from 41.0.0.0/8
Now I suspect the "UnknownHost" part on the first line is what is causing the email to be identified as spam. Any idea how I can get this gone?
The IP address next to "UnknownHost" is our server's IP address and in the domain's DNS records, the "mail" A and CNAME records are both pointed to that IP address.