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
/
relay_clientcerts
1
# Whitelist for client certificates that may relay
2
{% for item in postfix.relay_client_cert_whitelist %}
3
{{item.cert}} {{item.hostname}}
4
{% endfor %}