xoxys.postfix_relay/defaults/main.yml

17 lines
436 B
YAML
Raw Normal View History

2017-05-18 23:24:15 +02:00
---
2019-08-24 15:01:30 +02:00
postfix_relay_relaydomain: smtp.org
postfix_relay_relayhost: "test.{{ postfix_relay_relaydomain }}"
postfix_relay_relayport: "587"
postfix_relay_auth_user: user01
postfix_relay_auth_password: pass01
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
2019-08-24 15:01:30 +02:00
address: "{{ ansible_hostname }}@{{ postfix_relay_relaydomain }}"