diff options
Diffstat (limited to 'app/build/postfix/entrypoint.sh')
-rwxr-xr-x | app/build/postfix/entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build/postfix/entrypoint.sh b/app/build/postfix/entrypoint.sh index c7ace3d..fcf1a66 100755 --- a/app/build/postfix/entrypoint.sh +++ b/app/build/postfix/entrypoint.sh @@ -26,5 +26,6 @@ for file in $(ls /etc/postfix-conf); do done echo ${MAILNAME} > /etc/mailname +postmap /etc/postfix/transport exec "$@" |