Advertisement
JConnors

New doveconf -n 5/25/2012

May 25th, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [root@dmc-esx-1 conf.d]# 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_mechanisms = plain login
  5. base_dir = /var/run/dovecot/
  6. mail_location = maildir:~/Maildir
  7. managesieve_notify_capability = mailto
  8. 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
  9. mbox_write_locks = fcntl
  10. passdb {
  11. driver = pam
  12. }
  13. passdb {
  14. args = scheme=CRYPT username_format=%u /etc/dovecot/users
  15. driver = passwd-file
  16. }
  17. plugin {
  18. sieve = ~/.dovecot.sieve
  19. sieve_dir = ~/sieve
  20. }
  21. service auth-worker {
  22. user = root
  23. }
  24. service auth {
  25. unix_listener /var/spool/postfix/private/auth {
  26. mode = 0666
  27. }
  28. }
  29. service imap-login {
  30. inet_listener imap
  31. port = 143
  32. }
  33. inet_listener imaps {
  34. port = 993
  35. ssl = yes
  36. }
  37. }
  38. service pop3-login {
  39. inet_listener pop3 {
  40. port = 110
  41. }
  42. inet_listener pop3s {
  43. port = 995
  44. ssl = yes
  45. }
  46. }
  47. ssl_cert = </etc/dovecot/keys/dovecot_cert.pem
  48. ssl_key = </etc/dovecot/keys/dovecot_key.pem
  49. ssl_parameters_regenerate = 0
  50. userdb {
  51. driver = passwd
  52. }
  53. userdb {
  54. args = username_format=%u /etc/dovecot/users
  55. driver = passwd-file
  56. }
  57. [root@dmc-esx-1 conf.d]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement