ed_vrijmoet

dovecotconf

Aug 3rd, 2020 (edited)
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. root@server:/usr/local/dovecot/bin# /usr/local/dovecot/bin/doveconf -n
  2. # 2.3.9.3 (9f41b88fa): /usr/local/dovecot/etc/dovecot/dovecot.conf
  3. # Pigeonhole version 0.5.9 (db4e9a2f)
  4. # OS: Linux 4.9.0-13-amd64 x86_64 Debian 9.13
  5. # Hostname: server.fritz.box
  6. auth_debug = yes
  7. auth_default_realm = vrijmoet.net
  8. auth_mechanisms = plain login
  9. auth_socket_path = /usr/local/dovecot/var/run/dovecot/auth-userdb
  10. auth_verbose = yes
  11. default_login_user = vpopmail
  12. disable_plaintext_auth = no
  13. first_valid_gid = 89
  14. first_valid_uid = 89
  15. hostname = vrijmoet.net
  16. last_valid_gid = 89
  17. last_valid_uid = 89
  18. lda_mailbox_autocreate = yes
  19. lda_mailbox_autosubscribe = yes
  20. listen = *
  21. log_path = /var/log/dovecot/dovecot.log
  22. mail_access_groups = 89
  23. mail_debug = yes
  24. mail_gid = 89
  25. mail_location = maildir:%h/Maildir
  26. mail_plugins = " quota"
  27. mail_privileged_group = 89
  28. mail_uid = 89
  29. maildir_broken_filename_sizes = yes
  30. managesieve_notify_capability = mailto
  31. 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 index ihave duplicate mime foreverypart extracttext spamtest spamtestplus
  32. namespace inbox {
  33. inbox = yes
  34. location =
  35. mailbox Drafts {
  36. auto = subscribe
  37. special_use = \Drafts
  38. }
  39. mailbox Junk {
  40. auto = subscribe
  41. autoexpunge = 30 days
  42. special_use = \Junk
  43. }
  44. mailbox Sent {
  45. auto = subscribe
  46. special_use = \Sent
  47. }
  48. mailbox Trash {
  49. auto = subscribe
  50. autoexpunge = 30 days
  51. special_use = \Trash
  52. }
  53. prefix =
  54. }
  55. passdb {
  56. args = /usr/local/dovecot/etc/dovecot/dovecot-sql.conf.ext
  57. driver = sql
  58. }
  59. plugin {
  60. quota = maildir:User quota
  61. sieve = file:~/.sieve;active=~/.sieve/dovecot.sieve
  62. sieve_before = /usr/local/dovecot/etc/sieve/
  63. sieve_extensions = +spamtest +spamtestplus +relational +comparator-i;ascii-numeric
  64. }
  65. postmaster_address = postmaster@vrijmoet.net
  66. protocols = imap pop3 sieve
  67. sendmail_path = /var/qmail/bin/sendmail
  68. service auth-worker {
  69. user = $default_internal_user
  70. }
  71. service auth {
  72. unix_listener auth-userdb {
  73. group = vchkpw
  74. mode = 0600
  75. user = vpopmail
  76. }
  77. user = $default_internal_user
  78. }
  79. service managesieve-login {
  80. inet_listener sieve {
  81. port = 4190
  82. }
  83. }
  84. service stats {
  85. unix_listener stats-reader {
  86. group = vchkpw
  87. mode = 0660
  88. user = vpopmail
  89. }
  90. unix_listener stats-writer {
  91. group = vchkpw
  92. mode = 0660
  93. user = vpopmail
  94. }
  95. }
  96. ssl_cert = </etc/letsencrypt/live/vrijmoet.net/fullchain.pem
  97. ssl_dh = # hidden, use -P to show it
  98. ssl_key = # hidden, use -P to show it
  99. submission_host = 0.0.0.0:25
  100. userdb {
  101. args = /usr/local/dovecot/etc/dovecot/dovecot-sql.conf.ext
  102. driver = sql
  103. }
  104. protocol lda {
  105. mail_plugins = " quota quota sieve"
  106. }
  107. protocol imap {
  108. mail_plugins = " quota imap_quota"
  109. }
  110. protocol pop3 {
  111. mail_plugins = " quota quota"
  112. }
  113.  
Add Comment
Please, Sign In to add comment