Disable ipv6 for EXIM
Hello,
because some mail providers cant handle ipv6,
i want to disable ipv6 only for the mailserver exim.
How can i do this?
-
Hi, To disable IPv6 for exim, please go through following steps, Change following line in exim.conf Search for :hostlist loopback = <; 127.0.0.0/8 ; 0.0.0.0 ; ::1 ; 0000:0000:0000:0000:0000:ffff:7f00:0000/8 and replace it with : hostlist loopback = <; 127.0.0.0/8 ; 0.0.0.0 Restart Exim. try it. 0 -
thank you for fast replys. If i do that, then i have problems to send emails: unable to bind outgoing SMTP call to [ADDITIONAL IP]: Cannot assign requested addressfailed: Cannot assign requested address (I have a seperate IP for exim) if i remove the line disable_ipv6 = true, it works... but then again with ipv6 0 -
Maybe IPv6 Address got cached. Try to restart server. 0 -
[quote="musti19, post: 1471571">If i do that, then i have problems to send emails: unable to bind outgoing SMTP call to [ADDITIONAL IP]: Cannot assign requested addressfailed: Cannot assign requested address
This error can happen if the IP address is not bound to the server. Try restarting the "ipaliases" service via:service ipaliases restart
Thank you.0 -
[quote="cPanelMichael, post: 1472312">This error can happen if the IP address is not bound to the server. Try restarting the "ipaliases" service via: service ipaliases restart
Thank you.
Thank You very much ! that solved my problem0
Please sign in to leave a comment.
Comments
6 comments