[postfix] set myhostname
This commit is contained in:
parent
7e6eb38a51
commit
1c947f6a56
|
@ -1,3 +1,4 @@
|
||||||
|
myhostname = {{ hostvars[inventory_hostname].ansible_host }}
|
||||||
smtp_sasl_auth_enable = yes
|
smtp_sasl_auth_enable = yes
|
||||||
smtp_sasl_password_maps = static:SMTP_Injection:{{ secrets.sparkpost_api_key }}
|
smtp_sasl_password_maps = static:SMTP_Injection:{{ secrets.sparkpost_api_key }}
|
||||||
relayhost = [smtp.sparkpostmail.com]:587
|
relayhost = [smtp.sparkpostmail.com]:587
|
||||||
|
|
Reference in a new issue