Go to file
Robert Kaussow 6300c5bc31
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details
fix: fix paths and missing options for rh9
2024-02-19 13:37:20 +01:00
.woodpecker ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
defaults refactor ci pipeline 2019-10-18 13:12:38 +02:00
handlers ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
meta cleanup [skip ci] 2024-02-19 10:55:32 +01:00
molecule cleanup [skip ci] 2024-02-19 10:55:32 +01:00
tasks ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
templates/etc/postfix fix: fix paths and missing options for rh9 2024-02-19 13:37:20 +01:00
vars fix: fix paths and missing options for rh9 2024-02-19 13:37:20 +01:00
.gitignore ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
.later.yml ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
.markdownlint.yml ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
.prettierignore ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00
LICENSE chore: end of the year maintenance [skip ci] 2021-12-21 10:45:34 +01:00
README.md [skip ci] automated docs update 2024-02-18 11:59:00 +00:00
pyproject.toml ci: migrate to woodpecker 2024-02-18 12:42:08 +01:00

README.md

xoxys.postfix_relay

Build Status License: MIT

Setup postfix as mail relay.

Table of content


Requirements

  • Minimum Ansible version: 2.10

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

Robert Kaussow