ansible/roles/postfix/templates/stunnel.conf.j2
Timo Makinen 5b24509081 postfix: Fix email sending to local addresses
CentOS 7 sendmail and postfix doesn't have support for sending to SMTPs
server on port 465 so use stunnel for those.
2020-09-02 21:07:21 +00:00

7 lines
110 B
Django/Jinja

foreground = yes
pid =
[smtps-wrapper]
accept = localhost:2525
client = yes
connect = {{ mail_server }}:465