CentOS 7 sendmail and postfix doesn't have support for sending to SMTPs server on port 465 so use stunnel for those.
7 lines
110 B
Django/Jinja
7 lines
110 B
Django/Jinja
foreground = yes
|
|
pid =
|
|
|
|
[smtps-wrapper]
|
|
accept = localhost:2525
|
|
client = yes
|
|
connect = {{ mail_server }}:465
|