Hello,
I am having a problem with Exim. I recently changed my hostname from server1.olddomain.com to server.newdomain.com within the DirectAdmin Admin Panel. Everything is working correctly following the change. I am using SPF and DKIM and have no issues with that either.
However, when I send any emails, the HELO is incorrect when viewing the original message and is still using the old hostname:
I have changed primary_hostname to primary_hostname = server.newdomain.com in etc/exim.conf (and removed the # so it is not a comment).
Where is Exim getting the information for HELO from? Does anyone know how I can fix this?
I am having a problem with Exim. I recently changed my hostname from server1.olddomain.com to server.newdomain.com within the DirectAdmin Admin Panel. Everything is working correctly following the change. I am using SPF and DKIM and have no issues with that either.
However, when I send any emails, the HELO is incorrect when viewing the original message and is still using the old hostname:
Code:
Received: from [::1] (helo=server1.olddomain) by server.newdomain.com with esmtpa (Exim 4.87)
I have changed primary_hostname to primary_hostname = server.newdomain.com in etc/exim.conf (and removed the # so it is not a comment).
Where is Exim getting the information for HELO from? Does anyone know how I can fix this?