Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. auth_debug = yes
  2. auth_mechanisms = plain login
  3. auth_verbose = yes
  4. disable_plaintext_auth = no
  5. first_valid_uid = 1000
  6. mbox_write_locks = fcntl
  7. namespace inbox {
  8. inbox = yes
  9. location =
  10. mailbox Drafts {
  11. special_use = Drafts
  12. }
  13. mailbox Junk {
  14. special_use = Junk
  15. }
  16. mailbox Sent {
  17. special_use = Sent
  18. }
  19. mailbox "Sent Messages" {
  20. special_use = Sent
  21. }
  22. mailbox Trash {
  23. special_use = Trash
  24. }
  25. prefix =
  26. }
  27. passdb {
  28. driver = pam
  29. }
  30. protocols = imap pop3
  31. service auth {
  32. unix_listener /var/spool/postfix/private/auth {
  33. group = postfix
  34. mode = 0660
  35. user = postfix
  36. }
  37. }
  38. ssl = required
  39. ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
  40. ssl_key = # hidden, use -P to show it
  41. userdb {
  42. driver = passwd
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement