From 0280c338dea28a7d9e9adac0442ea839a1e0cf17 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 30 Dec 2002 20:22:34 +0000 Subject: Correct error (non-fatal, but always avoided TLS options). Also in last commit: Change cert names to *.pem. --- postfix/anti-uce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postfix/anti-uce.sh') diff --git a/postfix/anti-uce.sh b/postfix/anti-uce.sh index b80e2fe..d852eb2 100755 --- a/postfix/anti-uce.sh +++ b/postfix/anti-uce.sh @@ -22,7 +22,7 @@ postconf -e "`getlinesfromfile smtpd_recipient_restrictions`" # TLS breaks postfix if no SASL modules available (and doesn't make sense either) # (change the test if using some other modules and avoid the plain ones) -if dpkg -L libsasl-modules-plain &> /dev/null && [ -f /etc/ssl/certs/postfix.pem]; then +if dpkg -L libsasl-modules-plain &> /dev/null && [ -f /etc/ssl/certs/postfix.pem ]; then mkdir -p $confdir/sasl echo "pwcheck_method: pam" >$confdir/sasl/smtpd.conf echo "auto_transition: false" >>$confdir/sasl/smtpd.conf -- cgit v1.2.3