Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:55 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:31:46 +00:00
parent 99cd50c5c4
commit 41787cc2c4
1 changed files with 12 additions and 10 deletions

View File

@ -3,19 +3,19 @@ title: postfix_relay
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.postfix_relay) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.postfix_relay?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.postfix_relay) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postfix_relay/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.postfix_relay) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.postfix_relay?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.postfix_relay) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postfix_relay/src/branch/master/LICENSE)
Setup postfix as mail relay.
* [Default Variables](#default-variables)
* [postfix_relay_auth_password](#postfix_relay_auth_password)
* [postfix_relay_auth_user](#postfix_relay_auth_user)
* [postfix_relay_relaydomain](#postfix_relay_relaydomain)
* [postfix_relay_relayhost](#postfix_relay_relayhost)
* [postfix_relay_relayport](#postfix_relay_relayport)
* [postfix_relay_senders](#postfix_relay_senders)
* [postfix_relay_smtpd_banner](#postfix_relay_smtpd_banner)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [postfix_relay_auth_password](#postfix_relay_auth_password)
- [postfix_relay_auth_user](#postfix_relay_auth_user)
- [postfix_relay_relaydomain](#postfix_relay_relaydomain)
- [postfix_relay_relayhost](#postfix_relay_relayhost)
- [postfix_relay_relayport](#postfix_relay_relayport)
- [postfix_relay_senders](#postfix_relay_senders)
- [postfix_relay_smtpd_banner](#postfix_relay_smtpd_banner)
- [Dependencies](#dependencies)
---
@ -83,6 +83,8 @@ postfix_relay_smtpd_banner:
- $mail_name
```
## Dependencies
None.