summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
blob: 0dee19d7f14a8d24739212303460b5b8a092d9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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: mx,     group: mta }
  MTA-out: { name: mta-out,group: mta }
  MSA:     { name: msa                }
  webmail: { name: webmail            }
  lists:   { name: lists              }

MTA_out: { host: outgoing.fripost.org, port: 2525 }
LDA:     { host: lda.fripost.org,      port: 2526 }
lists:   { host: lists.fripost.org,    port: 2527 }

LDAP_provider: host1.libvirt.guilhem.org
NTP_master: host1.libvirt.guilhem.org
IMAP: host1.libvirt.guilhem.org