mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
Merge pull request #762 from mlipscombe/issue-761
fix: correctly announce SASL LOGIN capabilty
This commit is contained in:
commit
55cd9b0764
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ func (s *SASLAuth) SASLMechanisms() []string {
|
|||
|
||||
if len(s.Plain) != 0 {
|
||||
mechs = append(mechs, sasl.Plain)
|
||||
if s.OnlyFirstID {
|
||||
if s.EnableLogin {
|
||||
mechs = append(mechs, sasl.Login)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue