summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
blob: a0c229ed500741153f8c74240c4743a872e537af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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                }

MTA_out: { IPv4: outgoing.fripost.org, port: 2525 }
LDA:     { IPv4: lda.fripost.org,      port: 2526 }