SHARE
TWEET

doveconf -n 5/25/2012

JConnors May 25th, 2012 34 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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/pki/dovecot/certs/dovecot.pem
  48. ssl_key = </etc/pki/dovecot/private/dovecot.pem
  49. ssl_parameters_regenerate = 0
  50. userdb {
  51.   driver = passwd
  52. }
  53. userdb {
  54.   args = uid=vmail gid=mail home=/var/vmail/%d/%u/Maildir allow_all_user=yes
  55.   driver = static
  56. }
  57. userdb {
  58.   args = username_format=%u /etc/dovecot/users
  59.   driver = passwd-file
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top