mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-23 05:50:37 -08:00
25 lines
411 B
Plaintext
25 lines
411 B
Plaintext
protocols = imap pop3
|
|
listen = *, ::
|
|
base_dir = /var/run/dovecot/
|
|
!include conf.d/*.conf
|
|
|
|
namespace {
|
|
type = private
|
|
separator = /
|
|
prefix =
|
|
inbox = yes
|
|
|
|
mailbox Sent {
|
|
auto = subscribe
|
|
special_use = \Sent
|
|
}
|
|
mailbox Drafts {
|
|
auto = subscribe
|
|
special_use = \Drafts
|
|
}
|
|
mailbox Trash {
|
|
auto = subscribe
|
|
special_use = \Trash
|
|
}
|
|
}
|