Advertisement
JConnors

New doveconf -n

May 24th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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) ext4
  4. auth_debug = yes
  5. auth_verbose = yes
  6. base_dir = /var/run/dovecot/
  7. debug_log_path = /var/log/dovecot-debug.log
  8. info_log_path = /var/log/dovecot-info.log
  9. listen = *
  10. log_path = /var/log/dovecot.log
  11. login_greeting = Datavalet ready.
  12. mail_debug = yes
  13. mail_location = maildir:/var/vmail/%d/%u/Maildir
  14. mail_privileged_group = mail
  15. managesieve_notify_capability = mailto
  16. managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date
  17. passdb {
  18. driver = pam
  19. }
  20. passdb {
  21. args = scheme=CRYPT username_format=%u /etc/dovecot/users
  22. driver = passwd-file
  23. }
  24. ssl_cert = </etc/dovecot/keys/dovecot_cert.pem
  25. ssl_key = </etc/dovecot/keys/dovecot_key.pem
  26. userdb {
  27. driver = passwd
  28. }
  29. userdb {
  30. args = uid=vmail gid=mail home=/home/%u
  31. driver = static
  32. }
  33. userdb {
  34. args = username_format=%u /etc/dovecot/users
  35. driver = passwd-file
  36. }
  37. [root@dmc-esx-1 conf.d]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement