From: Michael Prokop Date: Wed, 5 Aug 2009 01:33:52 +0000 (+0200) Subject: postfix config: execute newaliases X-Git-Tag: v0.9.21~42 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=fbc6752a6ecc2c2c135b9d8114612914b854d1e2 postfix config: execute newaliases --- diff --git a/debian/changelog b/debian/changelog index 6181bd7..23c6a29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ grml-live (0.9.21) UNRELEASED; urgency=low - /etc/apt/sources.list.d/grml.list for all grml related repositories - /etc/apt/sources.list.d/debian.list for official Debian repositories [Testing: issue349] + * When adjusting postfix configuration: make sure to execute newaliases + command after adjusting configuration, otherwise the old hostname + will be left inside /etc/aliases.db. - -- Michael Prokop Wed, 05 Aug 2009 02:23:29 +0200 + -- Michael Prokop Wed, 05 Aug 2009 03:32:43 +0200 grml-live (0.9.20) unstable; urgency=low diff --git a/etc/grml/fai/config/scripts/GRMLBASE/05-hostname b/etc/grml/fai/config/scripts/GRMLBASE/05-hostname index 55dfaea..ec16d9b 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/05-hostname +++ b/etc/grml/fai/config/scripts/GRMLBASE/05-hostname @@ -27,6 +27,9 @@ if [ -r $target/etc/postfix/main.cf ] ; then echo "postfix postfix/mailname string $HOSTNAME" | $ROOTCMD debconf-set-selections echo "postfix postfix/destinations string ${HOSTNAME}, localhost.grml.org, localhost" \ | $ROOTCMD debconf-set-selections + # make sure to execute newaliases after adjusting configuration, + # otherwise the old hostname will be left inside /etc/aliases.db + $ROOTCMD newaliases fi if [ -r $target/etc/bacula/bacula-fd.conf ] ; then