List users comma seperated
This commit is contained in:
parent
233ecb6d7d
commit
6476a23c02
1 changed files with 1 additions and 4 deletions
|
@ -356,8 +356,5 @@ proxy_read_maps =
|
||||||
|
|
||||||
{% if postfix_authorized_submit_users is defined %}
|
{% if postfix_authorized_submit_users is defined %}
|
||||||
# Allow/ prevent sendmail delivery for specific users
|
# Allow/ prevent sendmail delivery for specific users
|
||||||
authorized_submit_users =
|
authorized_submit_users = {{ postfix_authorized_submit_users | join(', ') }}
|
||||||
{% for map in postfix_authorized_submit_users %}
|
|
||||||
{{ map }}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue