From cca298a0e3d81495279ecd8cae530306c2c6c183 Mon Sep 17 00:00:00 2001 From: Tobias Quinn Date: Sun, 1 Feb 2015 20:44:53 +0000 Subject: [PATCH] enable smtp tls sending encryption --- assets/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/install.sh b/assets/install.sh index 0b2aaff..b9b7c2d 100755 --- a/assets/install.sh +++ b/assets/install.sh @@ -85,6 +85,7 @@ postconf -e milter_protocol=2 postconf -e milter_default_action=accept postconf -e smtpd_milters=inet:localhost:12301 postconf -e non_smtpd_milters=inet:localhost:12301 +postconf -e smtp_tls_security_level=encrypt cat >> /etc/opendkim.conf <