[Dovecot] Added Xapian include
This commit is contained in:
parent
30e2d944cd
commit
60ddfe3be2
|
@ -159,7 +159,6 @@ service lmtp {
|
|||
}
|
||||
user = vmail
|
||||
}
|
||||
|
||||
listen = *,[::]
|
||||
ssl_cert = </etc/ssl/mail/cert.pem
|
||||
ssl_key = </etc/ssl/mail/key.pem
|
||||
|
@ -243,7 +242,7 @@ plugin {
|
|||
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
|
||||
mail_log_fields = uid box msgid size
|
||||
mail_log_cached_only = yes
|
||||
|
||||
}
|
||||
service quota-warning {
|
||||
executable = script /usr/local/bin/quota_notify.py
|
||||
# use some unprivileged user for executing the quota warnings
|
||||
|
@ -298,7 +297,7 @@ replication_dsync_parameters = -d -l 30 -U -n INBOX
|
|||
!include_try /etc/dovecot/extra.conf
|
||||
!include_try /etc/dovecot/sogo-sso.conf
|
||||
!include_try /etc/dovecot/shared_namespace.conf
|
||||
!include_try /etc/dovecot/FTS_Xapian.conf
|
||||
!include_try /etc/dovecot/FTS-Xapian.conf
|
||||
# </Includes>
|
||||
default_client_limit = 10400
|
||||
default_vsz_limit = 1024 M
|
||||
|
|
Loading…
Reference in New Issue