Advertisement
JConnors

doveconf -n 8/15/2012

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