Update README with more variables
This commit is contained in:
parent
9f81479691
commit
18c7549951
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -40,3 +40,13 @@ You can select via the variable `postfix_type` a pre-defined set of configuraion
|
|||
| `postfix_submission_smtpd_tls_key_file` | string | | Path to TLS key file |
|
||||
| `postfix_submission_non_tls_port` | int | | Port number for an additional (internal) submission port without TLS |
|
||||
|
||||
### Scope: SASL Auth
|
||||
|
||||
| Variable | Value | Default | Note |
|
||||
|--|--|--|--|
|
||||
| `postfix_smtpd_sasl_type` | string | | |
|
||||
| `postfix_smtpd_sasl_path` | string | | |
|
||||
| `postfix_smtp_sasl_auth_enable` | bool | `no` | |
|
||||
| `smtp_sasl_password_maps.type` | string | | Database type |
|
||||
| `smtp_sasl_password_maps.map` | string | | File path |
|
||||
|
||||
|
|
Loading…
Reference in a new issue