Update main.cf

This commit is contained in:
Stewart Bennell 2020-12-20 10:49:52 +11:00 committed by GitHub
parent c9eef94874
commit cfcb555232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous smtp_sasl_security_options = noanonymous
smtp_tls_security_level = may smtp_tls_security_level = may
sender_canonical_maps = regexp:/etc/postfix/sender_canonical sender_canonical_maps = regexp:/etc/postfix/sender_canonical
smtp_tls_CAfile = /etc/postfix/cacert.pem smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtp_use_tls = yes smtp_use_tls = yes