2017-05-18 21:24:15 +00:00
|
|
|
---
|
2019-08-24 13:01:30 +00: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 22:28:15 +00:00
|
|
|
|
2019-10-18 11:12:38 +00:00
|
|
|
# @var postfix_relay_smtpd_banner:description: >
|
|
|
|
# `smtpd_banner` contains $myhostname by default and
|
|
|
|
# can't be removed. Options from the list will be appended.
|
2018-12-10 22:28:15 +00:00
|
|
|
postfix_relay_smtpd_banner:
|
|
|
|
- ESMTP
|
|
|
|
- $mail_name
|
2019-06-18 08:46:05 +00:00
|
|
|
|
|
|
|
postfix_relay_senders:
|
|
|
|
- user: root
|
2019-08-24 13:01:30 +00:00
|
|
|
address: "{{ ansible_hostname }}@{{ postfix_relay_relaydomain }}"
|