Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 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.  
  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. autosubscribe = Trash
  21. autosubscribe2 = Sent
  22. }
  23.  
  24. service auth {
  25. unix_listener /var/spool/postfix/private/auth {
  26. group = postfix
  27. mode = 0660
  28. user = postfix
  29. }
  30. }
  31. ssl=required
  32. ssl_cert = </etc/ssl/certs/mail.domain.pem
  33. ssl_key = </etc/ssl/private/mail.domain.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement