blob: 351aa0984939010070b8e02b598397dda6a8c3ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
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 }
MTA-out: { name: mta-out,group: mta, port: 2525 }
MSA: { name: msa }
webmail: { name: webmail }
lists: { name: lists, port: 2527 }
|