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

mail.python.org not listening on IPv6 #304

Open
JulienPalard opened this issue Feb 12, 2023 · 1 comment
Open

mail.python.org not listening on IPv6 #304

JulienPalard opened this issue Feb 12, 2023 · 1 comment

Comments

@JulienPalard
Copy link
Member

mail.python.org do have an IPv6 (and an IPv4):

$ dig A +short mail.python.org
188.166.95.178
$ dig AAAA +short mail.python.org
2a03:b0c0:2:d0::71:1

But it does not accept emails on its IPv6 interface:

$ netcat -4 mail.python.org 25
220-mail.python.org ESMTP Postfix

$ netcat -6 mail.python.org 25
@ewdurbin
Copy link
Member

by default all firewall rules are applied to ipv4 and ipv6 addresses, so this is a postfix configuration issue apparently (since its not even listening on :::25.

it may have a reason as I recall as well, given the hosting platform (DigitalOcean) doesn't allow mail infra on ipv6 to prevent spam. last time I recall contacting them it was basically because of the large number of addresses they allocate per node leading to a proliferation of spammers using their infra.

I'll contact postmasters to see if they recall disabling ipv6 for postfix.

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

No branches or pull requests

2 participants