make changes in SMTPD_LISTEN_REMOTE visuable for admin

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=12
This commit is contained in:
Peter Varkoly 2009-11-21 14:34:57 +00:00 committed by Git OBS Bridge
parent 9cb711e363
commit a41fc89edb

View File

@ -446,6 +446,7 @@ if [ ${1:-0} -gt 1 ]; then
#New map in 11.2 #TODO remove it later
. /etc/sysconfig/postfix
sed -i "s/^POSTFIX_MAP_LIST=.*/POSTFIX_MAP_LIST=\"$POSTFIX_MAP_LIST relay\"/" /etc/sysconfig/postfix
sed -i 's/SMTPD_LISTEN_REMOTE=.*/SMTPD_LISTEN_REMOTE=""/' /etc/sysconfig/mail
fi
ldconfig
# ---------------------------------------------------------------------------