diff options
Diffstat (limited to 'postfix')
-rwxr-xr-x | postfix/postfix.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index ec70560..370570b 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -3,7 +3,7 @@ # /etc/local-COMMON/postfix/postfix.sh # Copyright 2002-2004 Jonas Smedegaard <dr@jones.dk> # -# $Id: postfix.sh,v 1.30 2005-04-15 16:16:17 jonas Exp $ +# $Id: postfix.sh,v 1.31 2006-02-10 10:31:18 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -44,9 +44,6 @@ else echo " (on Debian: install the package sasl2-bin)" fi sasldir="$confdir/sasl" -if [ -n "$pf22" ]; then - sasldir="$confdir/sasl2" -fi #function getlinesfromfile() { # param="$1" |