Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement