Fix mail acceptance domain list variable names

This commit is contained in:
2022-04-10 17:49:36 -05:00
parent cbe3404f2a
commit 7ede9e4031
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ Role Variables
| Variable | Default | Description |
|-|-|-|
| postfix_vhost | inventory_hostname | What mod_md certificate should be used for Postfix |
| domain_list | Undefined | List of strings for domains to accept email for and send to local LMTP for |
| postfix_domain_list | Undefined | List of strings for domains to accept email for and send to local LMTP for |
Dependencies
------------