Skip to main content

Banner/Reverse DNS for Dedicated IPs

Comments

2 comments

  • cPanelMichael
    Hello :) I believe this question is addressed in the following thread: Wrong HELO Exim Let us know if you have additional questions. Thank you.
    0
  • Shane3673
    I got it to work by doing this: Adding this to Exim advanced editor: smtp_active_hostname = ${lookup{$interface_address}lsearch{/etc/domainips}{host.$value}{$primary_hostname}} Changing this in Exim advanced editor: smtp_banner = "${smtp_active_hostname} I just changed that part and left the rest the same. Now when I telnet to mail.domain.com on port 25, banner and helo say host.domain.com as long as it is on a dedicated IP, shared IP still shows hostname, which is fine because I don't have email on shared IP in case of blacklisting of domains. Gets rid of banner errors, you could change it a bit to make it say mail.domain.com but this way works for the errors. Found the code here: [url=http://forums.jaguarpc.com/dedicated-servers/17391-exim-customization-2.html]Exim customization | 17391 - Page 2 | JaguarPC
    0

Please sign in to leave a comment.