Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipv6 errors for default mode #193

Closed
dazoot opened this issue Jun 26, 2019 · 3 comments · May be fixed by andris9/zone-mta#24
Closed

Ipv6 errors for default mode #193

dazoot opened this issue Jun 26, 2019 · 3 comments · May be fixed by andris9/zone-mta#24

Comments

@dazoot
Copy link
Contributor

dazoot commented Jun 26, 2019

I did not enable ipv6 on my setup but i see ipv6 attempts.

ERR! Sender/allip_tlhp1/30859[4] 16b919bc782000e6e1.001 CONNFAIL domain=powerview.it local=tlhp1.com[::] remote=2001:4b78:1001::70b:25 error=Network error when connecting to MX server m-07b.th.seeweb.it[2001:4b78:1001::70b] for powerview.it: Network is unreachable

@andris9
Copy link
Member

andris9 commented Jun 26, 2019

This server does not have IPv4, only IPv6 so ZoneMTA seems to fall back to using IPv6.

Do you have set ignoreIPv6:true in your zone options? This should disable IPv6 checks.

@dazoot
Copy link
Contributor Author

dazoot commented Jun 26, 2019

I have ignoreIpv6 = true.
Is it case sensitive ?

@andris9
Copy link
Member

andris9 commented Jun 26, 2019

Yes, all options are case sensitive

IPv6 related settings are:

  • preferIPv6 - if true then tries AAAA first and falls back to A if not found. If false then checks A first and falls back to AAAA if not found.
  • ignoreIPv6 - if true then does not check AAAA record even if A is not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants