chore: Add maintenance note for LMTP (#4199)
This commit is contained in:
parent
94751e00c9
commit
025a38d736
|
@ -79,6 +79,8 @@ EOF
|
||||||
if [[ ${ACCOUNT_PROVISIONER} == 'FILE' ]]; then
|
if [[ ${ACCOUNT_PROVISIONER} == 'FILE' ]]; then
|
||||||
postconf 'virtual_mailbox_maps = texthash:/etc/postfix/vmailbox'
|
postconf 'virtual_mailbox_maps = texthash:/etc/postfix/vmailbox'
|
||||||
fi
|
fi
|
||||||
|
# Historical context regarding decision to use LMTP instead of LDA (do not change this):
|
||||||
|
# https://github.com/docker-mailserver/docker-mailserver/issues/4178#issuecomment-2375489302
|
||||||
postconf 'virtual_transport = lmtp:unix:/var/run/dovecot/lmtp'
|
postconf 'virtual_transport = lmtp:unix:/var/run/dovecot/lmtp'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue