summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
blob: 2cd3a42539d42cd92630fc061d71dd95baf648ab (plain)
1
2
3
4
5
6
7
8
9
---
postfix_instance:
  # The keys are the group names associated with a Postfix role, and the
  # values are the name and group (optional) of the instance dedicated
  # to that role.
  IMAP:    { name: mda                }
  MX:      { name: mta-in, group: mta }
  MTA-out: { name: mta-out,group: mta }
  MSA:     { name: msa                }