From 18c7549951e31a65a5fdea962deddb95497d8737 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 17 May 2023 21:32:45 +0200 Subject: [PATCH] Update README with more variables --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5d67a15..4a4780b 100644 --- a/README.md +++ b/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 | +