From 59f8eafeffa5ac76366926757784c85868997757 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 10 Feb 2006 10:31:18 +0000 Subject: Revert to always use /etc/postfix/sasl (...fix/sasl2 was simply a typo in postfix Debian changelog). --- postfix/postfix.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'postfix') 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 # -# $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" -- cgit v1.2.3