Exim4 Config - Spamassasin FH_HELO_ALMOST_IP
Exim4 Config - Spamassasin FH_HELO_ALMOST_IP
Hello,
I am trying to fix a problem with configuration.

From what I can figure out its a reverse DNS problem. Related to Hostname.
When looking at the details of a sent message it reads like this, which is the internal host name.
Received: from ns######.ip-###-##-##.net
I am hosting several domains all using mail. I Think its not supposed to be a direct IP address and needs to be a host name. So I have no idea what needs to be changed/fixed for this?
I am trying to fix a problem with configuration.

From what I can figure out its a reverse DNS problem. Related to Hostname.
When looking at the details of a sent message it reads like this, which is the internal host name.
Received: from ns######.ip-###-##-##.net
I am hosting several domains all using mail. I Think its not supposed to be a direct IP address and needs to be a host name. So I have no idea what needs to be changed/fixed for this?
Re: Exim4 Config - Spamassasin FH_HELO_ALMOST_IP
Never Mind after much searching I have found how to fix it.
You need to un-comment in exim4.conf.template then restart
helo_data = $sender_address_domain
You need to un-comment in exim4.conf.template then restart
helo_data = $sender_address_domain