xoxys 668ca9782a
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci: drop notify workflow
2026-03-12 19:30:26 +01:00
2026-03-12 19:30:26 +01:00
2019-10-18 13:12:38 +02:00
2024-02-18 12:42:08 +01:00
2024-02-18 12:42:08 +01:00
2024-02-18 12:42:08 +01:00
2024-02-18 12:42:08 +01:00
2024-02-18 12:42:08 +01:00
2025-12-05 18:21:49 +00:00

xoxys.postfix_relay

Build Status License: MIT

Setup postfix as mail relay.

Table of contents


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

S
Description
No description provided
Readme MIT
233 KiB
Languages
Jinja 98.1%
Python 1.9%