diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-07-10 10:41:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 10:41:51 -0400 |
commit | 3724e4efbc9c9787fad06474c723a82e0ee03eac (patch) | |
tree | 80b8c0091483dbb2f2219387c218c34f6d353036 /emailwiz.sh | |
parent | de815eda3b50e2986f8e142b204efa6d221e36c7 (diff) | |
parent | f3379debcbbb3dbac9121e2db1e71f0bd1a849b0 (diff) |
Merge pull request #52 from superpuffin/superpuffin-remove-smtp_tls_ca
remove smtp_tls_CAfile from postfix main.cf
Diffstat (limited to 'emailwiz.sh')
-rwxr-xr-x | emailwiz.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index a4750e4..7565ba1 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -64,7 +64,6 @@ postconf -e "smtpd_use_tls = yes" postconf -e "smtpd_tls_auth_only = yes" postconf -e "smtp_tls_security_level = may" postconf -e "smtp_tls_loglevel = 1" -postconf -e "smtp_tls_CAfile=$certdir/cert.pem" # 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 |