summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
blob: 25356bf931a88e2c7f9c6fbc45938c7a0b913cd1 (plain)
1
2
3
4
5
6
7
8
9
10
---
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,             port: 2526 }
  MX:      { name: mx,  group: mta             }
  out:     { name: out, group: mta, port: 2525 }
  MSA:     { name: msa                         }
  lists:   { name: lists,           port: 2527 }