diff options
-rwxr-xr-x | postfix/anti-uce.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |