Go to file
Drone Shipper d35e9c0e21 [SKIP CI] update readme 2019-11-07 08:32:41 +00: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 fix molecule instance name 2019-10-18 13:15:05 +02: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 refactor ci pipeline 2019-10-18 13:12:38 +02:00
.drone.yml refactor ci pipeline 2019-10-18 13:12:38 +02:00
.gitignore refactor ci pipeline 2019-10-18 13:12:38 +02:00
HEADER.md refactor ci pipeline 2019-10-18 13:12:38 +02:00
LICENSE Initial commit 2017-05-18 23:23:47 +02:00
README.md [SKIP CI] update readme 2019-11-07 08:32:41 +00:00

README.md

xoxys.postfix_relay

Build Status

Setup postfix as mail relay

Table of content


Default Variables

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_auth_user

Default value

postfix_relay_auth_user: user01

postfix_relay_auth_password

Default value

postfix_relay_auth_password: pass01

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

postfix_relay_senders

Default value

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

Dependencies

None.

License

MIT

Author

xoxys