projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix apache HTTP2HTTPS redirect config
[ansible.git]
/
roles
/
email
/
templates
/
transport_map
1
{% if postfix.mailman is defined %}
2
{% for item in postfix.mailman.domains %}
3
{{item}} mailman
4
{% endfor %}
5
{% endif %}
6
7
{% if postfix.dovecot is defined %}
8
{% for item in postfix.dovecot.domains %}
9
{{item}} lmtp:unix:private/dovecot-lmtp
10
{% endfor %}
11
{% endif %}