Advertisement
pcwizz

dovecot conf

Aug 19th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. disable_plaintext_auth = no
  2. mail_privileged_group = mail
  3. mail_location = mbox:~/mail:INBOX=/var/mail/%u
  4. userdb {
  5. driver = passwd
  6. }
  7. passdb {
  8. args = %s
  9. driver = pam
  10. }
  11. protocols = " imap"
  12. protocol imap {
  13. mail_plugins = " autocreate"
  14. }
  15. plugin {
  16. autocreate = Trash
  17. autocreate2 = Sent
  18. autosubscribe = Trash
  19. autosubscribe2 = Sent
  20. }
  21. service auth {
  22. unix_listener /var/spool/postfix/private/auth {
  23. group = postfix
  24. mode = 0660
  25. user = postfix
  26. }
  27. }
  28. ssl=required
  29. ssl_cert =</etc/ssl/certs/mailcert.pem
  30. ssl_key =</etc/ssl/private/mail.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement