mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -15,7 +15,7 @@ EOF
|
||||
|
||||
if [[ ! -z "$MAILNAME" ]]; then
|
||||
echo "$MAILNAME" > /etc/mailname
|
||||
postconf -e myorigin="$MAILNAME"
|
||||
postconf -e myorigin="/etc/mailname"
|
||||
|
||||
cat >> /etc/postfix/main.cf <<- EOF
|
||||
# Force ehlo behavior
|
||||
|
||||
Reference in New Issue
Block a user