root root+${hostname}
root@localhost root+${hostname}
icinga icinga+${hostname}
- icinga@localhost icinga+${hostname}
+ icinga@localhost icinga+${hostname}
nagios nagios+${hostname}
- nagios@localhost nagios+${hostname}
+ nagios@localhost nagios+${hostname}
xymon xymon+${hostname}
xymon@localhost xymon+${hostname}
for option in "${main_options_remove[@]}" ; do
echo "Removing postfix option '${option}' ..."
postconf -X "${option}"
- #sed -i -e "s/^\\(${option}( |$).*\\)/#\\1/" "/etc/postfix/main.cf"
done
for option in "${main_options_set[@]}" ; do
echo "Setting postfix option: '${option}' ..."
- postfix -e "${option}"
+ postconf -e "${option}"
done
mkdir -pv /var/tmp