xoxys.postfix_relay/defaults/main.yml

17 lines
409 B
YAML
Raw Normal View History

2017-05-18 23:24:15 +02:00
---
2018-06-24 14:27:19 +02:00
postfix_relay_sasl_host: smtp.gmail.com
2019-06-18 09:22:50 +02:00
postfix_relay_sasl_port: "587"
2018-06-24 14:27:19 +02:00
postfix_relay_sasl_user: user
postfix_relay_sasl_domain: gmail.com
postfix_relay_sasl_passwd: secure
2018-12-10 23:28:15 +01:00
# smtpd_banner contains $myhostname by default and
# can't be removed
postfix_relay_smtpd_banner:
- ESMTP
- $mail_name
postfix_relay_senders:
- user: root
address: "{{ ansible_hostname }}@{{ postfix_relay_sasl_domain }}"