diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-12-24 20:15:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 20:15:54 -0500 |
commit | 6193302d9607e317987f6621a8dc7ce77b63f277 (patch) | |
tree | 41481c7ca2c3708d34c3450e657437e7887e11ca /emailwiz.sh | |
parent | b95fdd933456fdf5c25f12b82dbbe4476084c38e (diff) | |
parent | 6b15bbbff5a43364be6710679d3bd63c4c2f4e78 (diff) |
Merge pull request #105 from michelangelo136/patch-1
Update emailwiz.sh
Diffstat (limited to 'emailwiz.sh')
-rwxr-xr-x | emailwiz.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index a5e7727..1fbcf51 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -72,9 +72,7 @@ postconf -e "smtp_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1" postconf -e "smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1" postconf -e "smtp_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1" postconf -e "tls_preempt_cipherlist = yes" -postconf -e "smtpd_tls_exclude_ciphers = aNULL, LOW, EXP, MEDIUM, ADH, AECDH, MD5, - DSS, ECDSA, CAMELLIA128, 3DES, CAMELLIA256, - RSA+AES, eNULL" +postconf -e "smtpd_tls_exclude_ciphers = aNULL, LOW, EXP, MEDIUM, ADH, AECDH, MD5, DSS, ECDSA, CAMELLIA128, 3DES, CAMELLIA256, RSA+AES, eNULL" # Here we tell Postfix to look to Dovecot for authenticating users/passwords. # Dovecot will be putting an authentication socket in /var/spool/postfix/private/auth |