36 lines
902 B
Plaintext
36 lines
902 B
Plaintext
auth_mechanisms = plain login
|
|
disable_plaintext_auth = no
|
|
mail_location = maildir:/mail/%u:INBOX=/mail/%u/.INBOX
|
|
mail_privileged_group = mail
|
|
managesieve_notify_capability = mailto
|
|
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext
|
|
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 |