Go to file
Robert Kaussow 02a37796fb
continuous-integration/drone/push Build is passing Details
force run
2020-01-22 23:24:46 +01:00
defaults refactor ci pipeline 2019-10-18 13:12:38 +02:00
handlers fix notification; add missing become_user 2019-01-13 23:39:38 +01:00
meta override meta author for readme 2019-11-07 09:24:51 +01:00
molecule refactor docs 2020-01-22 22:36:03 +01:00
tasks add post tasks 2019-08-25 20:54:37 +02:00
templates/etc/postfix fix ansible_managed handling 2019-08-28 11:08:38 +02:00
vars add mailutils packages 2019-08-25 19:18:05 +02:00
.drone.jsonnet force run 2020-01-22 23:24:46 +01:00
.drone.yml refactor docs 2020-01-22 22:08:44 +01:00
.gitignore refactor ci pipeline 2019-10-18 13:12:38 +02:00
.later.yml cleanup pipeline 2019-11-22 23:59:05 +01:00
LICENSE Initial commit 2017-05-18 23:23:47 +02:00
README.md [SKIP CI] update readme 2019-11-22 23:08:06 +00:00

README.md

xoxys.postfix_relay

Build Status

Setup postfix as mail relay

Table of content


Default Variables

postfix_relay_auth_password

Default value

postfix_relay_auth_password: pass01

postfix_relay_auth_user

Default value

postfix_relay_auth_user: user01

postfix_relay_relaydomain

Default value

postfix_relay_relaydomain: smtp.org

postfix_relay_relayhost

Default value

postfix_relay_relayhost: test.{{ postfix_relay_relaydomain }}

postfix_relay_relayport

Default value

postfix_relay_relayport: '587'

postfix_relay_senders

Default value

postfix_relay_senders:
  - user: root
    address: '{{ ansible_hostname }}@{{ postfix_relay_relaydomain }}'

postfix_relay_smtpd_banner

smtpd_banner contains $myhostname by default and can't be removed. Options from the list will be appended.

Default value

postfix_relay_smtpd_banner:
  - ESMTP
  - $mail_name

Dependencies

None.

License

MIT

Author

xoxys