Fix mail acceptance domain list variable names
This commit is contained in:
		| @@ -749,7 +749,7 @@ shlib_directory = /usr/lib64/postfix | ||||
| smtpd_milters = {% for milter in ensure_postfix.milter_list %} {{ milter.protocol }}:{{ milter.hostname }}:{{ milter.port }} {% endfor %} | ||||
| {% endif %} | ||||
|  | ||||
| {% if ensure_postifx.domain_list is defined and ensure_postfix.domain_list is iterable %} | ||||
| virtual_mailbox_domains = {% for domain in ensure_postfix.domain_list %} {{ domain }} {% endfor %} | ||||
| {% if postfix_domain_list is defined and postfix_domain_list is iterable %} | ||||
| virtual_mailbox_domains = {% for domain in postfix_domain_list %} {{ domain }} {% endfor %} | ||||
| {% endif %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user