Skip to main content

exim mailhelo/mailips domain settings

Comments

5 comments

  • cPanelLauren
    @Draca Glad you joined us and posted here! For the three items here: 3. smtp reverse dns mismatch.. fixed? 4. smtp valid hostname.. fixed? 5. smtp banner check.. fixed?
    If you're using MxToolBox to check there's a known false positive when you have the following enabled in WHM>>Service Configuration>>Exim Configuration Manager -> Introduce a delay into the SMTP transaction for unknown hosts and messages detected as spam. I usually recommend that while testing you disable this then enable it once more after you're done. So here's what I usually recommend. - If all 3 of your IP addresses are added to the same box every single one of them should have rDNS pointing to the hostname of the server. It doesn't matter if they're dedicated IP's or not - I don't usually touch /etc/mailhelo as it's not necessary because most of the spam filters are expecting to see rdns point back to the hostname of the server, not the domain. -Set "send mail from Accounts Ip address" if you want to send from the dedicated IP address. - the last thing is to ensure that DKIM and SPF are set up, DMARC is not mandatory in most instances but definitely useful. I hope that helps. Thanks!
    0
  • Draca
    [QUOTE] Glad you joined us and posted here! For the three items here: 3. smtp reverse dns mismatch.. fixed? 4. smtp valid hostname.. fixed? 5. smtp banner check.. fixed?
    If you're using MxToolBox to check there's a known false positive when you have the following enabled in WHM>>Service Configuration>>Exim Configuration Manager -> Introduce a delay into the SMTP transaction for unknown hosts and messages detected as spam. I usually recommend that while testing you disable this then enable it once more after you're done.
    this is really helpful yes exactly, mxtoolbox is nagging about smtp delay and the "recommendation" is to turn it off, but if i understand what you're saying correctly is that in by doing so, if gmail "thinks" my outgoing email is a spam, my server will realize it and delay sending and hence the receiving server will realize "whoops it's not a spam" if the function is enabled, but not if the function is turned off. and that's because spam servers would never do this?. [quote] So here's what I usually recommend. - If all 3 of your IP addresses are added to the same box every single one of them should have rDNS pointing to the hostname of the server. It doesn't matter if they're dedicated IP's or not - I don't usually touch /etc/mailhelo as it's not necessary because most of the spam filters are expecting to see rdns point back to the hostname of the server, not the domain. -Set "send mail from Accounts Ip address" if you want to send from the dedicated IP address. - the last thing is to ensure that DKIM and SPF are set up, DMARC is not mandatory in most instances but definitely useful.
    yes all ips are on the same physical server, however the PTR's require to be of different name for each IP. dkim, spf and dmarc are all set up properly, i heard something about gmail thinking highly of dmarc. so regardless if i have "send mail from accounts ip address" on or not should i have the reverse dns pointing to only the server hostname (same ip), for all domains regardless of which IP they are actually on? I was thinking that might cause some issues since the server would be reporting different PTR's for different IP's but it kinda makes sense when you say it the way you do. also i'm guessing the easiest way to point everything to server.domain.com in the mail_reverse_dns file is just *: server.domain.com
    ? i'll check it out. thanks!
    0
  • cPanelLauren
    Hi @Draca Have you been setting up PTR records with your provider? This would be the best course of action.
    0
  • Draca
    Hi @Draca Have you been setting up PTR records with your provider? This would be the best course of action.

    the ips all have proper PTR records on the server. the main domain name (which has the ptr for server.domain.com) also has A Name records for the PTRs. (do the A name records also need to be in the other domains dns settings?)
    0
  • cPanelLauren
    Hi @Draca The A records do not need to be in the other domains DNS settings, no. You should be good to go if all PTR's and A records resolve.
    0

Please sign in to leave a comment.