Advertisement
JConnors

doveconf -n

May 22nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. dovecot]# 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. listen = *
  8. login_greeting = Datavalet ready.
  9. mail_debug = yes
  10. mail_home = mailbox:~/Maildir/
  11. mail_location = mbox:/var/vmail/%d/%u
  12. mail_privileged_group = mail
  13. mbox_write_locks = fcntl
  14. passdb {
  15. driver = pam
  16. }
  17. passdb {
  18. args = scheme=CRYPT username_format=%u /etc/dovecot/users
  19. driver = passwd-file
  20. }
  21. ssl_cert = </etc/dovecot/keys/dovecot_cert.pem
  22. ssl_key = </etc/dovecot/keys/dovecot_key.pem
  23. userdb {
  24. driver = passwd
  25. }
  26. userdb {
  27. args = uid=vmail gid=mail home=/home/%u
  28. driver = static
  29. }
  30. userdb {
  31. args = username_format=%u /etc/dovecot/users
  32. driver = passwd-file
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement