Fix variable names for SASL Auth
This commit is contained in:
parent
3863b44715
commit
3ca70b3a17
2 changed files with 6 additions and 3 deletions
|
@ -46,7 +46,10 @@ You can select via the variable `postfix_type` a pre-defined set of configuraion
|
|||
|--|--|--|--|
|
||||
| `postfix_smtpd_sasl_type` | string | | |
|
||||
| `postfix_smtpd_sasl_path` | string | | |
|
||||
| `postfix_smtp_sasl_auth_enable` | bool | `no` | |
|
||||
| `postfix_smtp_sasl_auth_enabled` | bool | `no` | |
|
||||
| `postfix_smtp_sasl_auth_relay` | string | | Relay server which provides SASL-Auth |
|
||||
| `postfix_smtp_sasl_auth_user` | string | | Username for SASL authentication |
|
||||
| `postfix_smtp_sasl_auth_password` | string | | Password for SASL authenticatio |
|
||||
| `smtp_sasl_password_maps.type` | string | | Database type |
|
||||
| `smtp_sasl_password_maps.map` | string | | File path |
|
||||
| `smtp_sasl_password_maps.path` | string | | File path |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue