Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
73510e2e
Commit
73510e2e
authored
Feb 19, 2018
by
Hinrikus Wolf
Browse files
postfix: fix syntax errors in postscreen config
parent
a72f36f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
postfix/templates/postscreen_cache.j2
View file @
73510e2e
...
...
@@ -3,9 +3,9 @@
#
{% for partner in groups['mail'] %}
{% if partner != ansible_hostname %}
memcache = inet:
:
{{hostvars[partner]["tinc_vpnip"]}}11211
{% endif %}
{% if partner != ansible_hostname %}
memcache = inet:{{hostvars[partner]["tinc_vpnip"]}}
:
11211
{% endif %}
{% endfor %}
backup = proxy:btree:/var/lib/postfix/postscreen_cache
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment