fix references of imap.sasl.login.password and smpt.sasl.login.password

* Fix config reference in MIGRATION.md

* Fix SASL password command sample configuration

* fix typo sasl login sample

---------

Co-authored-by: Clément DOUIN <soywod@users.noreply.github.com>

Refs: #642
This commit is contained in:
Barinderpreet Singh
2026-03-11 01:02:07 +05:30
committed by Clément DOUIN
parent 1978039f70
commit aa23a7a2c8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ At IMAP level (same for SMTP):
#
# SASL LOGIN:
imap.sasl.login.username = "login"
imap.sasl.plain.password.raw = "***"
imap.sasl.login.password.raw = "***"
#
# SASL ANONYMOUS:
imap.sasl.anonymous.message = "anon"
+3 -3
View File
@@ -54,7 +54,7 @@ imap.sasl.mechanisms = ["plain", "login"]
# SASL LOGIN
# https://datatracker.ietf.org/doc/html/draft-murchison-sasl-login-00
imap.sasl.login.username = "username"
imap.sasl.plain.password.command = ["mimosa", "password", "read", "example"]
imap.sasl.login.password.command = ["mimosa", "password", "read", "example"]
#imap.sasl.plain.password.raw = "***"
# SASL PLAIN
@@ -94,8 +94,8 @@ smtp.sasl.mechanisms = ["plain", "login"]
# SASL LOGIN
# https://datatracker.ietf.org/doc/html/draft-murchison-sasl-login-00
smtp.sasl.login.username = "username"
smtp.sasl.plain.password.command = ["mimosa", "password", "read", "example"]
#smtp.sasl.plain.password.raw = "***"
smtp.sasl.login.password.command = ["mimosa", "password", "read", "example"]
#smtp.sasl.login.password.raw = "***"
# SASL PLAIN
# https://datatracker.ietf.org/doc/html/rfc4616