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

Enabling SASL LOGIN no longer correctly announces capability following EHLO #761

Closed
mlipscombe opened this issue Feb 10, 2025 · 0 comments · Fixed by #762
Closed

Enabling SASL LOGIN no longer correctly announces capability following EHLO #761

mlipscombe opened this issue Feb 10, 2025 · 0 comments · Fixed by #762
Labels
bug Something isn't working.

Comments

@mlipscombe
Copy link
Contributor

Describe the bug

Since the changes in 0.8, when AUTH LOGIN support is enabled via sasl_login yes, the SMTP server no longer correctly announces support:

250-AUTH PLAIN

When sasl_login is enabled, the capability should be announced:

250-AUTH PLAIN LOGIN

Steps to reproduce

Enable sasl_login.

Environment information

  • maddy version: 0.8.1
@mlipscombe mlipscombe added the bug Something isn't working. label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant