Files
MailBackup-sys/Configs/dovecot.conf

34 lines
601 B
Plaintext

auth_mechanisms = plain login
disable_plaintext_auth = no
mail_location = maildir:/mail/%u:INBOX=/mail/%u/.INBOX
mail_privileged_group = mail
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
userdb {
driver = passwd
}
passdb {
driver = shadow
}
plugin {
sieve = file:~/sieve;active=~/.dovecot.sieve
}
ssl = no