what would be your recommendation with extra TLS parameter in use with debian buster for the submission part in master.cf?
main.cf is set to:
should following parameters be integrated into master.cf when using tls_wrappermode for submission?
complete part
Code
- smtp inet n - y - - smtpd
- submission inet n - y - - smtpd
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- -o smtpd_tls_security_level=encrypt
- -o smtpd_enforce_tls=yes
- smtps inet n - y - - smtpd
- -o smtpd_tls_wrappermode=yes
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- pickup fifo n - y 60 1 pickup
- ...