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
  • Loading branch information
bokysan committed Sep 27, 2023
1 parent 1b3671f commit 5d3c609
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 @@ -20,6 +20,8 @@ data:
_enable_tls.sh: |
#!/usr/bin/env bash
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'
Expand Down

0 comments on commit 5d3c609

Please sign in to comment.