Advertisement
JConnors

doveconf -n 10/23/2012

Oct 23rd, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. [root@dmc-mail-1 conf.d]# doveconf -n
  2. # 2.0.9: /etc/dovecot/dovecot.conf
  3. # OS: Linux 2.6.32-279.9.1.el6.x86_64 x86_64 CentOS release 6.3 (Final) ext4
  4. auth_debug = yes
  5. auth_debug_passwords = yes
  6. auth_socket_path = /var/run/dovecot/auth-userdb
  7. auth_verbose = yes
  8. auth_verbose_passwords = plain
  9. base_dir = /var/run/dovecot/
  10. debug_log_path = /var/log/dovecot-debug.log
  11. default_vsz_limit = 128 B
  12. first_valid_uid = 150
  13. hostname = postmaster@notify.datavalet.ca
  14. last_valid_uid = 150
  15. lda_mailbox_autocreate = yes
  16. lda_mailbox_autosubscribe = yes
  17. lda_original_recipient_header = X-Original-To
  18. listen = *
  19. log_path = /var/log/dovecot.log
  20. mail_debug = yes
  21. mail_location = maildir:/var/vmail/%d/%u
  22. mail_plugin_dir = /usr/lib/dovecot
  23. managesieve_notify_capability = mailto
  24. 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
  25. mbox_write_locks = fcntl
  26. namespace inbox {
  27. inbox = yes
  28. location =
  29. prefix =
  30. }
  31. passdb {
  32. args = /etc/dovecot/dovecot-sql.conf.ext
  33. driver = sql
  34. }
  35. plugin {
  36. sieve = ~/.dovecot.sieve
  37. sieve_dir = ~/sieve
  38. }
  39. postmaster_address = postmaster@notify.datavalet.ca
  40. service auth-worker {
  41. user = root
  42. }
  43. service auth {
  44. unix_listener /var/spool/postfix/private/auth {
  45. group = postfix
  46. mode = 0666
  47. user = postfix
  48. }
  49. unix_listener auth-userdb {
  50. group = mail
  51. mode = 0600
  52. user = vmail
  53. }
  54. user = $default_internal_user
  55. }
  56. service imap-login {
  57. inet_listener imap {
  58. port = 143
  59. }
  60. process_min_avail = 1
  61. service_count = 0
  62. vsz_limit = 512 M
  63. }
  64. service imap {
  65. process_limit = 1024
  66. vsz_limit = 1 G
  67. }
  68. service lmtp {
  69. unix_listener lmtp {
  70. mode = 0666
  71. }
  72. }
  73. service pop3-login {
  74. inet_listener pop3 {
  75. port = 110
  76. }
  77. }
  78. service pop3 {
  79. process_limit = 1024
  80. }
  81. ssl_cert = </etc/dovecot/keys/dovecot_cert.pem
  82. ssl_key = </etc/dovecot/keys/dovecot_key.pem
  83. ssl_parameters_regenerate = 0
  84. userdb {
  85. args = /etc/dovecot/dovecot-sql.conf.ext
  86. driver = sql
  87. }
  88. protocol lmtp {
  89. mail_plugins =
  90. }
  91. protocol lda {
  92. mail_plugins =
  93. }
  94. protocol imap {
  95. imap_client_workarounds = delay-newmail
  96. imap_idle_notify_interval = 2 mins
  97. imap_logout_format = bytes=%i/%o
  98. imap_max_line_length = 64 k
  99. mail_max_userip_connections = 15
  100. mail_plugins =
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement