Skip to main content

Can you recommend me a DNS configuration for this setup?

Comments

2 comments

  • Jcats
    Can you go into detail in terms of why you think there is an issue with using a 3rd party DNS server? This wouldn't cause any problems at all. Simply create your forward DNS records at your 3rd party DNS server, meaning assign each additional IP an A record to point to a hostname. Ask your host to configure the rDNS for each IP to match what you've set at the 3rd party DNS server, and then in: Exim Configuration Manager Enable both options: Reference /etc/mailhelo for outgoing SMTP HELO Reference /etc/mailips for outgoing SMTP connections Save Then setup your first IP, in /etc/mailips:
    *: 1.1.1.1
    and in /etc/mailhelo:
    *: mail1.domain.com
    If 1.1.1.1 gets blacklisted, you would simply change the IP and hostname in the files shown above.
    0
  • cPanelMichael
    Hello, The following document explains how to change the IP address used to send emails from your server: How to Configure the Exim Outgoing IP Address - cPanel Knowledge Base - cPanel Documentation Let us know if this helps. Thank you.
    0

Please sign in to leave a comment.