[Dovecot] Move includes

master
andryyy 2021-06-21 22:03:11 +02:00
parent 7b0b59a082
commit f7fd0d8c7c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 4 additions and 2 deletions

View File

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