-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Bind to both IPv4 and IPv6 if possible #79
Comments
This might be a Centos 6 issue - it binds to IPv4 on Fedora under both Pythons 2 and 3. |
Might be a result of https://bugs.python.org/issue14758 |
Alright, so after a bit more reading: IPv6 is only supported in Python 3 via
The lack of good IPv6 support over LMTP is not too much of an issue IMO, but the non-deterministic nature of IPv4-or-v6 in Python 3's /me goes off a grumbles about core devs |
Also, check that we can support dual-stack IPv4/IPv6. pyftplib has some code we could borrow, assuming the license is compatible |
This is not actually a bug, it's just the way the underlying smtp library works. |
lmtpd now supports binding to IPv6, using the same method as Python3's smtpd |
It appears that Salmon does not listen to IPv4 when run under Python 3:
It's possible that it was only binding to IPv4 previously, but this is an unexpected change either way.
The text was updated successfully, but these errors were encountered: