head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 2003.03.23.00.09.51; author swiergot; state Exp; branches; next 1.5; 1.5 date 2003.03.22.23.19.50; author swiergot; state Exp; branches; next 1.4; 1.4 date 2003.03.22.16.51.47; author swiergot; state Exp; branches; next 1.3; 1.3 date 2003.03.21.22.17.04; author swiergot; state Exp; branches; next 1.2; 1.2 date 2003.03.21.10.24.08; author swiergot; state Exp; branches; next 1.1; 1.1 date 2003.03.20.16.39.37; author swiergot; state Exp; branches; next ; desc @@ 1.6 log @- Fixed smtpd-*.conf files. Now SMTP AUTH should finally work. @ text @function config() { if [ ! -f "$1" ]; then mv -f $1.new $1 fi } grep ^postfix: etc/group > /dev/null 2>&1 || \ groupadd postfix grep ^postdrop: etc/group > /dev/null 2>&1 || \ groupadd postdrop grep ^postfix: etc/passwd > /dev/null 2>&1 || \ useradd -d /dev/null -s /dev/null -g postfix postfix config etc/postfix/access config etc/postfix/canonical config etc/postfix/main.cf config etc/postfix/master.cf config etc/postfix/pcre_table config etc/postfix/regexp_table config etc/postfix/relocated config etc/postfix/transport config etc/postfix/virtual config etc/aliases etc/postfix/post-install upgrade-package @ 1.5 log @- Fixed sasl.conf. @ text @@ 1.4 log @- Fixed SASL patches. @ text @@ 1.3 log @- Don't run usr/bin/newaliases in the install script. - Fix the aliases file path in postfix-files. @ text @@ 1.2 log @- Moved etc/postfix/aliases.new to etc/aliases.new. - Run usr/bin/newaliases at the end of script.postinst. @ text @a25 2 usr/bin/newaliases @ 1.1 log @- Initial release. - Version 2.0.7. @ text @a14 1 config etc/postfix/aliases d23 1 d26 2 @ .