projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
journalwatch: allow more TLS errors
[ansible.git]
/
roles
/
email
/
templates
/
sender_transport_map
1
# default is {{ postfix.default_smtp_outgoing }}
2
{% if postfix.mailman is defined and postfix.mailman.smtp_outgoing is defined %}
3
{% for item in postfix.mailman.domains %}
4
@{{item}} {{ postfix.mailman.smtp_outgoing }}
5
{% endfor %}
6
{% endif %}