Loading conf.d/10-mail.conf +6 −9 Original line number Diff line number Diff line Loading @@ -34,14 +34,11 @@ # against its use in production environments. See further information # at # https://doc.dovecot.org/2.4.0/core/config/mailbox/formats/mbox.html mail_driver = mbox mail_home = /home/%{user|username} mail_path = %{home}/mail mail_inbox_path = /var/mail/%{user} #mail_driver = mbox #mail_home = /home/%u #mail_path = /home/%u/mail #mail_inbox_path = /var/mail/%u # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections. Loading Loading @@ -229,7 +226,7 @@ namespace inbox { # Space separated list of plugins to load for all services. Plugins specific to # IMAP, LDA, etc. are added to this list in their own .conf files. mail_plugins = zlib mail_plugins = ## ## Mailbox handling optimizations Loading conf.d/15-lda.conf +1 −1 Original line number Diff line number Diff line Loading @@ -44,5 +44,5 @@ lda_mailbox_autocreate = yes protocol lda { # Space separated list of plugins to load (default is global mail_plugins). mail_plugins = $mail_plugins zlib mail_plugins = } conf.d/20-imap.conf +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ imap_idle_notify_interval = 24 mins protocol imap { # Space separated list of plugins to load (default is global mail_plugins). mail_plugins = $mail_plugins zlib imap_zlib virtual mail_plugins = virtual # Maximum number of IMAP connections allowed for a user from each IP address. # NOTE: The username is compared case-sensitively. Loading conf.d/20-lmtp.conf +1 −1 Original line number Diff line number Diff line Loading @@ -52,5 +52,5 @@ postmaster_address = root # Space separated list of plugins to load (default is global mail_plugins). mail_plugins = $mail_plugins zlib mail_plugins = } conf.d/20-pop3.conf +1 −1 Original line number Diff line number Diff line Loading @@ -108,6 +108,6 @@ protocol pop3 { # Maximum number of POP3 connections allowed for a user from each IP address. # NOTE: The username is compared case-sensitively. mail_plugins = $mail_plugins virtual zlib mail_plugins = virtual #mail_max_userip_connections = 10 } Loading
conf.d/10-mail.conf +6 −9 Original line number Diff line number Diff line Loading @@ -34,14 +34,11 @@ # against its use in production environments. See further information # at # https://doc.dovecot.org/2.4.0/core/config/mailbox/formats/mbox.html mail_driver = mbox mail_home = /home/%{user|username} mail_path = %{home}/mail mail_inbox_path = /var/mail/%{user} #mail_driver = mbox #mail_home = /home/%u #mail_path = /home/%u/mail #mail_inbox_path = /var/mail/%u # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections. Loading Loading @@ -229,7 +226,7 @@ namespace inbox { # Space separated list of plugins to load for all services. Plugins specific to # IMAP, LDA, etc. are added to this list in their own .conf files. mail_plugins = zlib mail_plugins = ## ## Mailbox handling optimizations Loading
conf.d/15-lda.conf +1 −1 Original line number Diff line number Diff line Loading @@ -44,5 +44,5 @@ lda_mailbox_autocreate = yes protocol lda { # Space separated list of plugins to load (default is global mail_plugins). mail_plugins = $mail_plugins zlib mail_plugins = }
conf.d/20-imap.conf +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ imap_idle_notify_interval = 24 mins protocol imap { # Space separated list of plugins to load (default is global mail_plugins). mail_plugins = $mail_plugins zlib imap_zlib virtual mail_plugins = virtual # Maximum number of IMAP connections allowed for a user from each IP address. # NOTE: The username is compared case-sensitively. Loading
conf.d/20-lmtp.conf +1 −1 Original line number Diff line number Diff line Loading @@ -52,5 +52,5 @@ postmaster_address = root # Space separated list of plugins to load (default is global mail_plugins). mail_plugins = $mail_plugins zlib mail_plugins = }
conf.d/20-pop3.conf +1 −1 Original line number Diff line number Diff line Loading @@ -108,6 +108,6 @@ protocol pop3 { # Maximum number of POP3 connections allowed for a user from each IP address. # NOTE: The username is compared case-sensitively. mail_plugins = $mail_plugins virtual zlib mail_plugins = virtual #mail_max_userip_connections = 10 }