myvesta/install/ubuntu/16.04/dovecot/dovecot.conf
Luiz Junior 47a22f4a25
Fix dovecot
namespace inbox {
2018-07-31 10:46:54 -03:00

25 lines
417 B
Plaintext

protocols = imap pop3
listen = *, ::
base_dir = /var/run/dovecot/
!include conf.d/*.conf
namespace inbox {
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
}
}