Commit 303b5db5 authored by root's avatar root
Browse files

trixie message start work but unified all users

parent 33e44068
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -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.
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 =
}
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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 =
}
+1 −1
Original line number Diff line number Diff line
@@ -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