Skip to content
Snippets Groups Projects
Commit f5e172d1 authored by Lars Beckers's avatar Lars Beckers
Browse files

postfix: allow list for virtual alias destinations

parent 71c9a0cc
No related branches found
No related tags found
1 merge request!2New flexible configuration features for postfix
......@@ -9,7 +9,7 @@ abuse@{{ domain }} {{ adminaddr }}
{{ alias.src }} {{ alias.dest }}
{% else %}
{% for src in alias.src %}
{{ src }}@{{ alias.domain }} {{ alias.dest }}
{{ src }}@{{ alias.domain }} {{ alias.dest if alias.dest is string else alias.dest|join(', ') }}
{% endfor %}
{% endif %}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment