rick
Recognized member
In case anyone is interested...
Email sent from my mail server has been flagged immediately as spam when trying to join forums such as this one :nolike:
Luckily, Jordan manually enabled my account after an email questioning the rejection due to spam.
SETUP:
Linux VPS server: (RickDavis.org)
Email Transfer Agent: Postfix
IMAP Server: Dovecot
Web App: Squirrelmail
DNS CNAME Sub-domain record: mail.rickdavis.org
DNS MX record: rickdavis.org
Just the other day, I was inspecting the header coming from my domain email server and noticed the following...
(just showing the important lines)
---------------------------------------------------------------------
Received: from rickdavis.org ([-my ip address-])
-- blah blah
Received: from mail.rickdavis.org (localhost [127.0.0.1])
Received: from -- ip address --
-----------------------------------------------------------------------
Apparently IMHO, spam detection was triggered due to the different names: mail.rickdavis.org and rickdavis.org
As this was a transfer agent issue, I modified my /etc/postfix/main.cf file and changed
myhostname = rickdavis.org to myhostname = mail.rickdavis.org
haven't been flagged as spam since. :thumbsup:
The confusing thing is...
I assumed that I should populate the Postfix myhostname parameter with the DNS MX record,
but apparently this is a problem when running Squirrelmail from the mail.rickdavis.org DNS CNAME sub-domain.
After changing myhostname = mail.rickdavis.org all references in my email headers match (mail.rickdavis.org)
I don't know how it all works, but it appears to be fixed now.
Hope this helps someone else going through the same thing.
Email sent from my mail server has been flagged immediately as spam when trying to join forums such as this one :nolike:
Luckily, Jordan manually enabled my account after an email questioning the rejection due to spam.
SETUP:
Linux VPS server: (RickDavis.org)
Email Transfer Agent: Postfix
IMAP Server: Dovecot
Web App: Squirrelmail
DNS CNAME Sub-domain record: mail.rickdavis.org
DNS MX record: rickdavis.org
Just the other day, I was inspecting the header coming from my domain email server and noticed the following...
(just showing the important lines)
---------------------------------------------------------------------
Received: from rickdavis.org ([-my ip address-])
-- blah blah
Received: from mail.rickdavis.org (localhost [127.0.0.1])
by rickdavis.org (Postfix) with ESMTP id
-- blah blahReceived: from -- ip address --
(SquirrelMail authenticated user register)
by mail.rickdavis.org with HTTP:
-- blah blahby mail.rickdavis.org with HTTP:
-----------------------------------------------------------------------
Apparently IMHO, spam detection was triggered due to the different names: mail.rickdavis.org and rickdavis.org
As this was a transfer agent issue, I modified my /etc/postfix/main.cf file and changed
myhostname = rickdavis.org to myhostname = mail.rickdavis.org
haven't been flagged as spam since. :thumbsup:
The confusing thing is...
I assumed that I should populate the Postfix myhostname parameter with the DNS MX record,
but apparently this is a problem when running Squirrelmail from the mail.rickdavis.org DNS CNAME sub-domain.
After changing myhostname = mail.rickdavis.org all references in my email headers match (mail.rickdavis.org)
I don't know how it all works, but it appears to be fixed now.
Hope this helps someone else going through the same thing.