Steven 2021-03-09 22:54:24 +01:00
commit 507b2fe628
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ if [ -r /.firstboot.tmp ]; then
if [ -z "$POSTFIX_RELAY_HOST" ]; then
echo "POSTFIX_RELAY_HOST is not set, please configure Postfix manually later..."
else
postconf -e "relayhost = $POSTFIX_RELAY"
postconf -e "relayhost = $POSTFIX_RELAY_HOST"
fi
# Fix timezone (adapt to your local zone)