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.
1 parent f3e7f5d commit d2cb8efCopy full SHA for d2cb8ef
1 file changed
Dockerfiles/prod/data/docker-entrypoint.d/301-postfix.sh
@@ -88,6 +88,7 @@ set_postfix() {
88
89
# Postfix catch-all
90
if [ "${enable_mail}" = "2" ]; then
91
+ run "postconf -e 'myhostname=php'" "${debug}"
92
run "postconf -e 'virtual_alias_maps=pcre:/etc/postfix/virtual'" "${debug}"
93
run "echo '/.*@.*/ ${username}' >> /etc/postfix/virtual" "${debug}"
94
run "newaliases" "${debug}"
0 commit comments