xoxys.postfix_relay/defaults/main.yml
Robert Kaussow d3a2b0ac28
All checks were successful
continuous-integration/drone/push Build is passing
add new drone config; fix small design issues
2019-06-18 10:46:05 +02:00

17 lines
409 B
YAML

---
postfix_relay_sasl_host: smtp.gmail.com
postfix_relay_sasl_port: "587"
postfix_relay_sasl_user: user
postfix_relay_sasl_domain: gmail.com
postfix_relay_sasl_passwd: secure
# 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 }}"