Advertisement
jstacklin

Dovecot-For-VestaCP-Problem

Dec 7th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. protocols = imap pop3
  2. listen = *, ::
  3. base_dir = /var/run/dovecot/
  4. !include conf.d/*.conf
  5.  
  6. namespace {
  7. type = private
  8. separator = /
  9. prefix =
  10. inbox = yes
  11.  
  12. mailbox Sent {
  13. auto = subscribe
  14. special_use = \Sent
  15. }
  16. mailbox Drafts {
  17. auto = subscribe
  18. special_use = \Drafts
  19. }
  20. mailbox Trash {
  21. auto = subscribe
  22. special_use = \Trash
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement