uncomment {imap,smtp}.auth.type in sample

This commit is contained in:
Clément DOUIN 2024-09-08 23:25:11 +02:00
parent ee91a41fbb
commit 681837b48d
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -329,7 +329,7 @@ imap.login = "example@localhost"
# IMAP server password authentication configuration.
#
#imap.auth.type = "password"
imap.auth.type = "password"
#
# Password can be inlined (not recommended).
#
@ -495,7 +495,7 @@ smtp.login = "example@localhost"
# SMTP server password authentication configuration.
#
#smtp.auth.type = "password"
smtp.auth.type = "password"
#
# Password can be inlined (not recommended).
#