[SKIP CI] update readme

This commit is contained in:
Drone Shipper 2019-11-22 23:08:06 +00:00
parent 95cf2471ab
commit 5317fe9a0d

View File

@ -8,13 +8,13 @@ Setup postfix as mail relay
## Table of content
* [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_auth_user](#postfix_relay_auth_user)
* [postfix_relay_auth_password](#postfix_relay_auth_password)
* [postfix_relay_smtpd_banner](#postfix_relay_smtpd_banner)
* [postfix_relay_senders](#postfix_relay_senders)
* [postfix_relay_smtpd_banner](#postfix_relay_smtpd_banner)
* [Dependencies](#dependencies)
* [License](#license)
* [Author](#author)
@ -23,6 +23,22 @@ Setup postfix as mail relay
## Default Variables
### postfix_relay_auth_password
#### Default value
```YAML
postfix_relay_auth_password: pass01
```
### postfix_relay_auth_user
#### Default value
```YAML
postfix_relay_auth_user: user01
```
### postfix_relay_relaydomain
#### Default value
@ -47,20 +63,14 @@ postfix_relay_relayhost: test.{{ postfix_relay_relaydomain }}
postfix_relay_relayport: '587'
```
### postfix_relay_auth_user
### postfix_relay_senders
#### Default value
```YAML
postfix_relay_auth_user: user01
```
### postfix_relay_auth_password
#### Default value
```YAML
postfix_relay_auth_password: pass01
postfix_relay_senders:
- user: root
address: '{{ ansible_hostname }}@{{ postfix_relay_relaydomain }}'
```
### postfix_relay_smtpd_banner
@ -75,16 +85,6 @@ postfix_relay_smtpd_banner:
- $mail_name
```
### postfix_relay_senders
#### Default value
```YAML
postfix_relay_senders:
- user: root
address: '{{ ansible_hostname }}@{{ postfix_relay_relaydomain }}'
```
## Dependencies
None.