How not to send a spam
Posted: Mon Nov 19, 2007 6:36 am
Was just reading up on this excellent guide but I have a few quick questions.... 
In "Identify Yourself":
Also, when I send a HTML email (multipart format of course) from the server to my address (same domain), does the header below look OK? I am wondering if I should be concerned about the localhost.XXXX.com?
And finally, the SPF:
The main domain of the server is http://www.XXXX.com (it is a dedicated server) but I have several domains for clients. Should I do run SPF wizard for each domain or just the top level one (http://www.XXXX.com)?
Many thanks in advance!
In "Identify Yourself":
I have left Swiftmailer to create an IP literal representation of my server, as default. Should I be worried about the following content in etc/hosts?Check your mail server configuration has the primary hostname set correctly and also check that /etc/hosts has the FQDN of your server listed before “localhost” for the 127.0.0.1 address.
Code: Select all
127.0.0.1 localhost.XXXX.com localhost localhost.localdomain localhostCode: Select all
Received: by localhost.XXXX.com (Postfix, from userid 99)
id BD33B852EF; Fri, 16 Nov 2007 17:07:04 +0000 (GMT)
X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on
localhost.XXXX.com
X-Spam-Level:
X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,
HTML_TAG_EXIST_TBODY,NO_REAL_NAME autolearn=failed version=3.1.7The main domain of the server is http://www.XXXX.com (it is a dedicated server) but I have several domains for clients. Should I do run SPF wizard for each domain or just the top level one (http://www.XXXX.com)?
Many thanks in advance!