mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-16 04:14:52 +02:00
chore: Postfix should integrate Dovecot at runtime (#3681)
* chore: Better establish startup scope * chore: Configure `main.cf` for Dovecot at runtime
This commit is contained in:
parent
1ff8d57ea1
commit
c75975d59e
6 changed files with 40 additions and 14 deletions
|
@ -88,10 +88,10 @@ smtpd_sasl_security_options = noanonymous
|
|||
smtpd_sasl_local_domain = $mydomain
|
||||
broken_sasl_auth_clients = yes
|
||||
|
||||
# Mail directory
|
||||
virtual_transport = lmtp:unix:/var/run/dovecot/lmtp
|
||||
# Postfix lookup tables for verifying valid users and managed mail domains:
|
||||
# Populated during startup in: scripts/helpers/postfix.sh
|
||||
virtual_mailbox_domains = /etc/postfix/vhost
|
||||
virtual_mailbox_maps = texthash:/etc/postfix/vmailbox
|
||||
# Populated during startup in: scripts/helpers/aliases.sh
|
||||
virtual_alias_maps = texthash:/etc/postfix/virtual
|
||||
|
||||
# Milters used by DKIM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue