From 95852448bbcefd7f07168fc838196b5535e4c22e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 23 Oct 2006 20:31:42 +0000 Subject: Fix SASL authentication (wrong keyword in /etc/postfix/sasl/smtpd.conf). --- postfix/postfix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postfix') diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 6d197c0..7a43782 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.33 2006-09-24 05:58:00 jonas Exp $ +# $Id: postfix.sh,v 1.34 2006-10-23 20:31:42 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -120,7 +120,7 @@ if [ -n "$pftls" -a -n "$sasl2" -a -f /etc/ssl/certs/postfix.pem ]; then mkdir -p "$sasldir" echo 'mech_list: plain login' > "$sasldir/smtpd.conf" echo 'minimum_layer: 0' >> "$sasldir/smtpd.conf" - echo 'pwcheck_method: saslauthd' >> "$sasldir/smtpd.conf" + echo 'sasl_pwcheck_method: saslauthd' >> "$sasldir/smtpd.conf" echo 'auto_transition: false' >> "$sasldir/smtpd.conf" groups postfix | grep -q sasl || adduser postfix sasl # Release TLS-related daemons from chroot jail (bringing SASL into the jail is just too messy) -- cgit v1.2.3