mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 21:57:14 +00:00
22 lines
569 B
Plaintext
22 lines
569 B
Plaintext
# /etc/dovecot/conf.d/99-includes.conf
|
|
# Late includes and site-specific bits.
|
|
|
|
# Mailbox layout includes (if used)
|
|
!include /etc/dovecot/dovecot.folders.conf
|
|
|
|
# Optional replication
|
|
!include_try /etc/dovecot/mail_replica.conf
|
|
|
|
# Existing includes you already had
|
|
!include_try /etc/dovecot/sni.conf
|
|
!include_try /etc/dovecot/sogo_trusted_ip.conf
|
|
!include_try /etc/dovecot/shared_namespace.conf
|
|
!include_try /etc/dovecot/conf.d/fts.conf
|
|
|
|
# Remote auth override
|
|
remote 127.0.0.1 {
|
|
auth_allow_cleartext = yes
|
|
}
|
|
|
|
# Outbound submission target
|
|
submission_host = postfix:588 |