cahnge notification mail ssmtp

This commit is contained in:
vincent 2020-06-28 12:05:28 +02:00
parent 18327147c6
commit a8273f8642
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
notification_mail: vincent@ducamps.win notification_mail: "{{inventory_hostname}}@ducamps.win"
ssmtp_mailhub: smtp.ducamps.win:587 ssmtp_mailhub: smtp.ducamps.win:587
ssmtp_hostname: ducamps.win ssmtp_hostname: ducamps.win
ssmtp_auth_user: vincent@ducamps.win ssmtp_auth_user: vincent@ducamps.win

View File

@ -1,6 +1,6 @@
# ---- basic config # ---- basic config
root={{notification_mail}} root={{ssmtp_auth_user}}
AuthMethod=LOGIN AuthMethod=LOGIN
UseSTARTTLS=Yes UseSTARTTLS=Yes
UseTLS=NO UseTLS=NO