dovecot.conf 411 B

123456789101112131415161718192021222324
  1. protocols = imap pop3
  2. listen = *, ::
  3. base_dir = /var/run/dovecot/
  4. !include conf.d/*.conf
  5. namespace {
  6. type = private
  7. separator = /
  8. prefix =
  9. inbox = yes
  10. mailbox Sent {
  11. auto = subscribe
  12. special_use = \Sent
  13. }
  14. mailbox Drafts {
  15. auto = subscribe
  16. special_use = \Drafts
  17. }
  18. mailbox Trash {
  19. auto = subscribe
  20. special_use = \Trash
  21. }
  22. }