From aebb64aed4ba08d0f8c021a6282798b9200a1b2b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 30 Dec 2002 20:25:39 +0000 Subject: Correct error (same kind again, how embarrasing!). --- postfix/anti-uce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/anti-uce.sh b/postfix/anti-uce.sh index d852eb2..48f8213 100755 --- a/postfix/anti-uce.sh +++ b/postfix/anti-uce.sh @@ -35,7 +35,7 @@ if dpkg -L libsasl-modules-plain &> /dev/null && [ -f /etc/ssl/certs/postfix.pem > $confdir/master.cf # Check if using a proper key or just a self-signed one # (it is assumed that a CA certificate is made public if used!) - if [ -f /etc/ssl/certs/postfix.pem -a -f /etc/ssl/certs/cacert.pem]; then + if [ -f /etc/ssl/certs/postfix.pem -a -f /etc/ssl/certs/cacert.pem ]; then postconf -e "smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem" postconf -e "smtpd_tls_cert_file = /etc/ssl/certs/postfix.pem" postconf -e "smtpd_tls_key_file = /etc/ssl/private/postfix.pem" -- cgit v1.2.3