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 %}
|
||||
# Allow/ prevent sendmail delivery for specific users
|
||||
authorized_submit_users =
|
||||
{% for map in postfix_authorized_submit_users %}
|
||||
{{ map }}
|
||||
{% endfor %}
|
||||
authorized_submit_users = {{ postfix_authorized_submit_users | join(', ') }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue