Update README with more variables

This commit is contained in:
phil 2023-05-17 21:32:45 +02:00
parent 9f81479691
commit 18c7549951
1 changed files with 10 additions and 0 deletions

View File

@ -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 |