diff --git a/MIGRATION.md b/MIGRATION.md index 4bb5ab2f..9ec4ad5f 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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" diff --git a/config.sample.toml b/config.sample.toml index fc7bded1..209d734c 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -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