Skip to main content

Implementing IPV6

Comments

3 comments

  • NightStorm

    https://docs.cpanel.net/knowledge-base/email/how-to-configure-the-exim-outgoing-ip-address/ has a pretty simple walkthrough. Make sure that IPv6 is enabled in your exim settings, and that you tell cpanel to reference the 2 files, and to not use the dedicated IP address (if you don't, it will simply overwrite any changes, and you're back to using IPv4, which is cpanels default dedicated IP sender). Be sure to bind the v6 IP to the domain. The server will default to IPv4 for everything, but will use the v6 address for sending email if the /etc/mailhelo and /etc/mailips are edited correctly and not overwritten.

    0
  • Simon raphael

    Yes, you’re on the right track. You’ll need to add the IPv6 address for that account manually /etc/mailips since Exim doesn’t auto-populate IPv6 entries yet.

    Example:

     
    domain.com: 2600:xxxx:xxxx::1

    Also, creating /var/cpanel/exim_ipv6_sort_bias It is correct, it helps Exim prioritize IPv6 for outbound mail. After adding both, rebuild the Exim configuration and restart Exim to apply the changes.

    0
  • TechAmigo Support

    After adding these IPs in /etc/mailips, make sure to include the IPv6 address in the SPF record as well; otherwise, mail delivery will fail.

    0

Please sign in to leave a comment.