Question
How do you enable custom mail HELOs?
Answer
- Log in to WHM as the 'root' user.
- Navigate to Home / Service Configuration / Exim Configuration Manager.
- Under the Basic Editor, click the Domains and IPs tab.
- Disable the Use the reverse DNS entry for the mail HELO/EHLO if available option.
- Enable the Reference /etc/mailhelo for custom outgoing SMTP HELO option.
- Access the server's command line as the 'root' user via SSH or Terminal in WHM.
- Open
/etc/mailheloin your preferred text editor. -
Add the domains and mail HELOs you would like these domains to use with the
domain.name: domain.heloformat:CONFIG_TEXT: example.com: example.com
sub.example.com: example.com
example.net: example.net
addon.example.net: example.net
*: hostname.example.comNote: The last entry in the above example is a wildcard that represents every domain not explicitly listed. It is considered to be the default mail HELO.
- Save the changes and exit the text editor.
Comments
0 comments
Article is closed for comments.