[Dovecot] Added Xapian include
This commit is contained in:
parent
30e2d944cd
commit
60ddfe3be2
|
@ -159,7 +159,6 @@ service lmtp {
|
||||||
}
|
}
|
||||||
user = vmail
|
user = vmail
|
||||||
}
|
}
|
||||||
|
|
||||||
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
|
||||||
|
@ -243,7 +242,7 @@ plugin {
|
||||||
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
|
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
|
||||||
mail_log_fields = uid box msgid size
|
mail_log_fields = uid box msgid size
|
||||||
mail_log_cached_only = yes
|
mail_log_cached_only = yes
|
||||||
|
}
|
||||||
service quota-warning {
|
service quota-warning {
|
||||||
executable = script /usr/local/bin/quota_notify.py
|
executable = script /usr/local/bin/quota_notify.py
|
||||||
# use some unprivileged user for executing the quota warnings
|
# 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/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
|
||||||
!include_try /etc/dovecot/FTS_Xapian.conf
|
!include_try /etc/dovecot/FTS-Xapian.conf
|
||||||
# </Includes>
|
# </Includes>
|
||||||
default_client_limit = 10400
|
default_client_limit = 10400
|
||||||
default_vsz_limit = 1024 M
|
default_vsz_limit = 1024 M
|
||||||
|
|
Loading…
Reference in New Issue