Skip to content

Commit c818efe

Browse files
committed
Change postfix hostname to localhost
1 parent ec1a1bd commit c818efe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- added extension `pdo_sqlsrv` to php 8.1
1515

1616
#### Changed
17-
- Changed postfix hostname to `php` instead of GitHub runners long name
17+
- Changed postfix hostname to `localhost` instead of GitHub runners long name
1818

1919

2020
## Release 0.131

Dockerfiles/prod/data/docker-entrypoint.d/301-postfix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ set_postfix() {
8888

8989
# Postfix catch-all
9090
if [ "${enable_mail}" = "2" ]; then
91-
run "postconf -e 'myhostname=php'" "${debug}"
91+
run "postconf -e 'myhostname=localhost'" "${debug}"
9292
run "postconf -e 'virtual_alias_maps=pcre:/etc/postfix/virtual'" "${debug}"
9393
run "echo '/.*@.*/ ${username}' >> /etc/postfix/virtual" "${debug}"
9494
run "newaliases" "${debug}"

0 commit comments

Comments
 (0)