Skip to content

Commit

Permalink
Upd: Enable STARTSSL on both ends of the connection
Browse files Browse the repository at this point in the history
`STARTTLS` command is not implemented because TLS is enabled on the outgoing instead of the incoming traffic.
This change enables `STARTTLS` on both ends of the connection.
  • Loading branch information
net-expertise authored and bokysan committed Sep 27, 2023
1 parent a6bbe7b commit 90d8795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/mail/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ data:
set -e
do_postconf -e 'smtp_use_tls=yes'
do_postconf -e 'smtp_tls_note_starttls_offer=yes'
do_postconf -e 'smtpd_use_tls=yes'
do_postconf -e 'smtpd_tls_note_starttls_offer=yes'
do_postconf -e 'smtpd_tls_cert_file=/var/run/certs/tls.crt'
do_postconf -e 'smtpd_tls_key_file=/var/run/certs/tls.key'
{{- end }}

0 comments on commit 90d8795

Please sign in to comment.