-
Notifications
You must be signed in to change notification settings - Fork 229
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
server: Impossible to disable PLAIN auth #170
Labels
Comments
emersion
added a commit
that referenced
this issue
Feb 21, 2024
#254 fixes this. |
emersion
added a commit
that referenced
this issue
Mar 28, 2024
emersion
added a commit
that referenced
this issue
Mar 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PLAIN auth is enabled by default and it is not possible to disable it:
go-smtp/server.go
Lines 86 to 87 in 30169ac
it also doesn't look correct that
Session
interface now requires theAuthPlain
method (#146). Why doesn't it require other auth methods? Why don't rely on sasl auth methods defined explicitly?The text was updated successfully, but these errors were encountered: