mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-04 12:39:15 +00:00
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
# /etc/dovecot/dovecot.conf
|
|
# Base file kept minimal. All real config lives under conf.d/.
|
|
dovecot_config_version = 2.4.0
|
|
dovecot_storage_version = 2.4.0
|
|
|
|
listen = *,[::]
|
|
protocols = imap sieve lmtp pop3
|
|
|
|
!include_try /etc/dovecot/conf.d/05-core.conf
|
|
!include_try /etc/dovecot/conf.d/10-logging.conf
|
|
!include_try /etc/dovecot/conf.d/10-mail.conf
|
|
!include_try /etc/dovecot/conf.d/10-ssl.conf
|
|
!include_try /etc/dovecot/conf.d/11-sql.conf
|
|
!include_try /etc/dovecot/conf.d/12-mysql.conf
|
|
!include_try /etc/dovecot/conf.d/12-storage-attachments.conf
|
|
!include_try /etc/dovecot/conf.d/15-performance.conf
|
|
!include_try /etc/dovecot/conf.d/20-auth.conf
|
|
!include_try /etc/dovecot/conf.d/20-userdb.conf
|
|
!include_try /etc/dovecot/conf.d/25-services.conf
|
|
!include_try /etc/dovecot/conf.d/30-protocols.conf
|
|
!include_try /etc/dovecot/conf.d/35-fts.conf
|
|
!include_try /etc/dovecot/conf.d/40-acl.conf
|
|
!include_try /etc/dovecot/conf.d/40-attributes.conf
|
|
!include_try /etc/dovecot/conf.d/50-quota.conf
|
|
!include_try /etc/dovecot/conf.d/60-sieve-pipeline.conf
|
|
!include_try /etc/dovecot/conf.d/70-crypto.conf
|
|
!include_try /etc/dovecot/conf.d/80-compress.conf
|
|
!include_try /etc/dovecot/conf.d/80-mail-logging.conf
|
|
!include_try /etc/dovecot/conf.d/90-limits.conf
|
|
!include_try /etc/dovecot/conf.d/90-dict.conf
|
|
!include_try /etc/dovecot/conf.d/99-includes.conf
|
|
|
|
# Last: local overrides
|
|
!include_try /etc/dovecot/extra.conf |