Advertisement
Guest User

dovecot.conf

a guest
Jan 27th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. disable_plaintext_auth = yes
  2.  
  3. mail_privileged_group = mail
  4. mail_location = mbox:~/mail:INBOX=/var/mail/%u
  5. userdb {
  6. driver = passwd
  7. }
  8. passdb {
  9. args = %s
  10. driver = pam
  11. }
  12. protocols = imap
  13.  
  14. protocol imap {
  15. mail_plugins = autocreate
  16. }
  17. plugin {
  18. autocreate = Trash
  19. autocreate2 = Sent
  20. autocreate3 = Drafts
  21. autocreate4 = Junk
  22. autosubscribe = Trash
  23. autosubscribe2 = Sent
  24. autosubscribe3 = Drafts
  25. autosubscribe4 = Junk
  26. }
  27.  
  28. service auth {
  29. unix_listener /var/spool/postfix/private/auth {
  30. group = postfix
  31. mode = 0660
  32. user = postfix
  33. }
  34. }
  35.  
  36. ssl=required
  37. ssl_cert = </etc/ssl/certs/mail.esimerkki.com.pem
  38. ssl_key = </etc/ssl/private/mail.esimerkki.com.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement