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 ec1a1bd commit c818efeCopy full SHA for c818efe
2 files changed
CHANGELOG.md
@@ -14,7 +14,7 @@
14
- added extension `pdo_sqlsrv` to php 8.1
15
16
#### Changed
17
-- Changed postfix hostname to `php` instead of GitHub runners long name
+- Changed postfix hostname to `localhost` instead of GitHub runners long name
18
19
20
## Release 0.131
Dockerfiles/prod/data/docker-entrypoint.d/301-postfix.sh
@@ -88,7 +88,7 @@ set_postfix() {
88
89
# Postfix catch-all
90
if [ "${enable_mail}" = "2" ]; then
91
- run "postconf -e 'myhostname=php'" "${debug}"
+ run "postconf -e 'myhostname=localhost'" "${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