Advertisement
JConnors

doveconf -n 5/27/2012 12:58am

May 26th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. doveconf -n
  2. # 2.0.9: /etc/dovecot/dovecot.conf
  3. # OS: Linux 2.6.32-220.13.1.el6.i686 i686 CentOS release 6.2 (Final)
  4. auth_debug = yes
  5. auth_mechanisms = plain login
  6. auth_verbose = yes
  7. base_dir = /var/run/dovecot/
  8. debug_log_path = /var/log/dovecot-debug.log
  9. disable_plaintext_auth = no
  10. info_log_path = /var/log/dovecot-info.log
  11. log_path = /var/log/dovecot.log
  12. mail_debug = yes
  13. mail_location = maildir:~/Maildir
  14. mail_privileged_group = mail
  15. mbox_write_locks = fcntl
  16. passdb {
  17. args = %s
  18. driver = pam
  19. }
  20. passdb {
  21. args = scheme=CRYPT username_format=%u /etc/dovecot/users
  22. driver = passwd-file
  23. }
  24. service auth {
  25. unix_listener auth-userdb {
  26. group = postfix
  27. mode = 0600
  28. user = postfix
  29. }
  30. }
  31. ssl_cert = </etc/dovecot/keys/dovecot_cert.pem
  32. ssl_key = </etc/dovecot/keys/dovecot_key.pem
  33. userdb {
  34. args = username_format=%u /etc/dovecot/users
  35. driver = passwd-file
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement