Question
How do you configure mailhelo for Exim?
Answer
- Log in to WHM as the ‘root’ user.
- Navigate to Home / Exim / Configuration Manager.
- Click the Domains and IPs tab.
- Set the Use the reverse DNS entry for the mail HELO/EHLO if available option to Off.
- Set the Reference /etc/mailhelo for custom outgoing SMTP HELO option to On.
- Click the Save button.
- Access the server's command line as the 'root' user via SSH or Terminal in WHM.
- Open the
/etc/mailhelofile in your preferred text editor. -
Add the desired entries to the file:
CONFIG_TEXT: domain.tld: mail.domain.tld
*: hostname.domain.tldNote: "domain.tld", "mail.domain.tld", and "hostname.domain.tld" must be replaced with the email domain, the HELO hostname response for the domain, and the server's hostname, respectively.
- Save the changes and exit the text editor.
-
Restart Exim:
# /scripts/restartsrv_exim
Comments
0 comments
Article is closed for comments.