Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/smtpd.py: Returns a permanent failure for unsupported auth mech…
…anisms smtpd testing server does call a specific method when AUTH PLAIN is used, but ignores without returning any other auth mechanism. As the connector tries auth methods in a non-deterministic order, this leads to a timeout if PLAIN is not the first mechanism tried. This commit makes the smtpd test server return a permanent failure for non-supported auth mechanisms. Fixes issue #171
- Loading branch information