|
@@ -162,8 +162,6 @@ service lmtp {
|
|
|
listen = *,[::]
|
|
|
ssl_cert = </etc/ssl/mail/cert.pem
|
|
|
ssl_key = </etc/ssl/mail/key.pem
|
|
|
-!include_try /etc/dovecot/sni.conf
|
|
|
-!include_try /etc/dovecot/sogo_trusted_ip.conf
|
|
|
userdb {
|
|
|
driver = passwd-file
|
|
|
args = /etc/dovecot/dovecot-master.userdb
|
|
@@ -294,8 +292,12 @@ service replicator {
|
|
|
replication_max_conns = 10
|
|
|
doveadm_port = 12345
|
|
|
replication_dsync_parameters = -d -l 30 -U -n INBOX
|
|
|
+# <Includes>
|
|
|
+!include_try /etc/dovecot/sni.conf
|
|
|
+!include_try /etc/dovecot/sogo_trusted_ip.conf
|
|
|
!include_try /etc/dovecot/extra.conf
|
|
|
!include_try /etc/dovecot/sogo-sso.conf
|
|
|
!include_try /etc/dovecot/shared_namespace.conf
|
|
|
+# </Includes>
|
|
|
default_client_limit = 10400
|
|
|
default_vsz_limit = 1024 M
|