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

Sign-up process is not able to skip a bad MX or multiple MX entries for an e-mail site #2459

Closed
JeeeK opened this issue Sep 24, 2024 · 2 comments
Assignees
Labels
bug malfunctions which should be corrected as soon as possible

Comments

@JeeeK
Copy link

JeeeK commented Sep 24, 2024

If registering an e-mail address only the MX with the best (lowest) preference seems only to be used or checked and if this MX is not reachable the sign-up process stalls with the error "Unser Versuch, eine Verbindung mit dem E-Mail-Server tuwien.ac.at herzustellen, schlug fehl (Fehlermeldung: „timed out“)." (German). According to a correct MTA behavior the sign-up process should walk through all DNS provided MX entries from the best to the worst preference and try them until a connection could be established.

@Changaco Changaco added the bug malfunctions which should be corrected as soon as possible label Sep 25, 2024
@Changaco Changaco self-assigned this Sep 25, 2024
@Changaco
Copy link
Member

The algorithm was designed to try up to 3 unresponsive IP addresses one after the other in less than 30 seconds before giving up, but there are a couple of bugs in it. It will be fixed in the coming days.

Changaco added a commit that referenced this issue Sep 27, 2024
Changaco added a commit that referenced this issue Sep 27, 2024
Changaco added a commit that referenced this issue Sep 29, 2024
Changaco added a commit that referenced this issue Sep 30, 2024
Changaco added a commit that referenced this issue Sep 30, 2024
@JeeeK
Copy link
Author

JeeeK commented Oct 3, 2024

Thank you, the registration works know. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug malfunctions which should be corrected as soon as possible
Development

No branches or pull requests

2 participants