Skip to content
Snippets Groups Projects
Commit 73510e2e authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

postfix: fix syntax errors in postscreen config

parent a72f36f5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{% for partner in groups['mail'] %}
{% if partner != ansible_hostname %}
memcache = inet::{{hostvars[partner]["tinc_vpnip"]}}11211
memcache = inet:{{hostvars[partner]["tinc_vpnip"]}}:11211
{% endif %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment