fix parameter expansion in postconf

See: #1029
This commit is contained in:
Antoine Beaupré 2008-10-06 22:48:58 +00:00
parent ca6dfe5d83
commit 9a79f43537
1 changed files with 2 additions and 2 deletions

View File

@ -218,12 +218,12 @@ fi
# configure postfix appropriatly for our needs"
while read line
do
postconf -e $line
postconf -e "$line"
done < /etc/alternc/postfix.cf
while read line
do
postconf -e $line
postconf -e "$line"
done <<EOF
myhostname = $FQDN
myorigin = $FQDN