Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
f5e172d1
Commit
f5e172d1
authored
Jun 17, 2019
by
Lars Beckers
Browse files
postfix: allow list for virtual alias destinations
parent
71c9a0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
postfix/templates/virtual.j2
View file @
f5e172d1
...
...
@@ -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 %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment