diff options
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 a0c229e..fb7feb8 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -4,7 +4,7 @@ postfix_instance: # values are the name and group (optional) of the instance dedicated # to that role. IMAP: { name: mda } - MX: { name: mta-in, group: mta } + MX: { name: mx, group: mta } MTA-out: { name: mta-out,group: mta } MSA: { name: msa } |