1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 10:18:07 +02:00

chore: Add maintenance note for LMTP (#4199)

This commit is contained in:
Brennan Kinney 2024-09-26 20:01:35 +12:00 committed by GitHub
parent 94751e00c9
commit 025a38d736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,6 +79,8 @@ EOF
if [[ ${ACCOUNT_PROVISIONER} == 'FILE' ]]; then
postconf 'virtual_mailbox_maps = texthash:/etc/postfix/vmailbox'
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'
fi