diff options
author | superpuffin <35958013+superpuffin@users.noreply.github.com> | 2020-07-10 12:00:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 12:00:57 +0200 |
commit | f3379debcbbb3dbac9121e2db1e71f0bd1a849b0 (patch) | |
tree | a938d99a76488956ef707cc590e5f81a8c731b2b | |
parent | 5cd479d53e20b01b824f0d5cc30a68e8c3869cdf (diff) |
Update 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 |