diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-02-10 10:31:18 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-02-10 10:31:18 +0000 |
commit | 59f8eafeffa5ac76366926757784c85868997757 (patch) | |
tree | e6aa0deb4c166847cc1c127b2b9d62f4e754b67a | |
parent | 08c81f7d0a3a91a460745ae0bac5b4f32a5714a2 (diff) |
Revert to always use /etc/postfix/sasl (...fix/sasl2 was simply a typo in postfix Debian changelog).
-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" |