ansible/roles/ssmtp/templates/ssmtp_conf.j2

13 lines
231 B
Plaintext
Raw Normal View History

2019-04-14 09:45:39 +00:00
# ---- basic config
root={{notification_mail}}
AuthMethod=LOGIN
UseSTARTTLS=Yes
UseTLS=NO
hostname={{ssmtp_hostname}}
FromLineOverride=Yes
AuthUser={{ ssmtp_auth_user }}
mailhub={{ ssmtp_mailhub }}
AuthPass={{ ssmtp_auth_pass }}