This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-server/roles/postfix/templates/main.cf

8 lines
313 B
CFEngine3
Raw Normal View History

2019-04-12 12:25:28 +02:00
myhostname = {{ hostvars[inventory_hostname].ansible_host }}
2019-03-31 15:25:33 +02:00
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:SMTP_Injection:{{ secrets.sparkpost_api_key }}
relayhost = [smtp.sparkpostmail.com]:587
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = encrypt
header_size_limit = 4096000