auto subscribe mailbox

This commit is contained in:
Chang, Chu-Kuan 2021-01-19 15:39:03 +08:00
parent f8fa9f399b
commit bf9eb73525
1 changed files with 4 additions and 1 deletions

View File

@ -252,14 +252,17 @@ service imap-login {
}
# Configure LMTP
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
service lmtp {
unix_listener lmtp {
mode = 0666
}
}
# Configure sieve
protocol lmtp {
# enable sieve
mail_plugins = \$mail_plugins sieve
}