parent
ca6dfe5d83
commit
9a79f43537
|
@ -218,12 +218,12 @@ fi
|
||||||
# configure postfix appropriatly for our needs"
|
# configure postfix appropriatly for our needs"
|
||||||
while read line
|
while read line
|
||||||
do
|
do
|
||||||
postconf -e $line
|
postconf -e "$line"
|
||||||
done < /etc/alternc/postfix.cf
|
done < /etc/alternc/postfix.cf
|
||||||
|
|
||||||
while read line
|
while read line
|
||||||
do
|
do
|
||||||
postconf -e $line
|
postconf -e "$line"
|
||||||
done <<EOF
|
done <<EOF
|
||||||
myhostname = $FQDN
|
myhostname = $FQDN
|
||||||
myorigin = $FQDN
|
myorigin = $FQDN
|
||||||
|
|
Loading…
Reference in New Issue