diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-09-20 16:55:58 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-09-20 16:55:58 +0200 |
commit | 43f39850ffd9e658b4d783106ea32d9f5430e633 (patch) | |
tree | 5fdac9bbd29db220a406213f622469d82b366959 /group_vars | |
parent | c40a1be176ca1e2ea3e211249a0ea6601a00b5db (diff) |
Postscreen: Give temporary whitelist status to primary MX addresses only.
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 77abc85..089c75f 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -29,7 +29,7 @@ postfix_instance: IMAP: { name: mda , addr: "{{ (groups.all | length > 1) | ternary( ipsec[ hostvars[groups.IMAP[0]].inventory_hostname_short ], '127.0.0.1') }}" , port: 2526 } - MX: { name: mx, group: mta } + MX: { name: mx, group: mta, backup: mx3.fripost.org } out: { name: out, group: mta , addr: "{{ (groups.all | length > 1) | ternary( ipsec[ hostvars[groups.out[0]].inventory_hostname_short ], '127.0.0.1') }}" , port: 2525 } |