Added smtpd tls log for logging the other part of tls connections, took out some todos that weren't needed anymore

This commit is contained in:
Emerson 2016-01-03 20:19:10 -05:00
parent f7ed257d0e
commit eddea617a9
1 changed files with 1 additions and 3 deletions

View File

@ -10,18 +10,16 @@ append_dot_mydomain = no
readme_directory = no
# TLS parameters
# TODO: Find out if we can tweak this cache stuff
# OTHERTODO: Figure out TLS warnings when sending mail
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_tls_cert_file = /home/emerson/tls/mail-cert.crt
smtpd_tls_key_file = /home/emerson/tls/mail-cert.key
# TODO: same thing, haven't looked into this very much
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtp_tls_security_level=may
smtp_tls_loglevel=2
smtpd_tls_loglevel=2
smtpd_tls_received_header=yes
smtpd_delay_reject = yes