Skip to main content

Disable ipv6 for EXIM

Comments

6 comments

  • simonas
    Disabling IPv6 in Exim
    0
  • HostingH
    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
  • musti19
    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
  • simonas
    Maybe IPv6 Address got cached. Try to restart server.
    0
  • cPanelMichael
    [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
  • musti19
    [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 problem
    0

Please sign in to leave a comment.