projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
start dovecot config; generate postfix transport_map; support multiple sender IPs...
[ansible.git]
/
roles
/
email
/
templates
/
transport_map
1
{% for item in postfix.virtual_mailbox_domains %}
2
{{item.domain}} {{item.transport}}
3
{% endfor %}