We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53cc3c5 + e285134 commit fd255f1Copy full SHA for fd255f1
Dockerfiles/prod/data/docker-entrypoint.d/31-postfix.sh
@@ -69,6 +69,9 @@ set_postfix() {
69
run "chown ${username}:${groupname} /var/mail" "${debug}"
70
run "chown ${username}:${groupname} /var/mail/${username}" "${debug}"
71
72
+ # warning: specify "strict_mailbox_ownership = no" to ignore mailbox ownership mismatch
73
+ run "postconf -e 'strict_mailbox_ownership=no'" "${debug}"
74
+
75
# Postfix configuration
76
run "postconf -e 'inet_protocols=ipv4'" "${debug}"
77
run "postconf -e 'virtual_alias_maps=pcre:/etc/postfix/virtual'" "${debug}"
0 commit comments