blob: 9458dc0b1a3d268fabc79ae7b4ebf822563ca99d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
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 }
# Virtual (non-routable) IPv4 subnet for IPSec. It is always nullrouted
# in the absence of xfrm lookup (i.e., when there is no matching IPSec
# Security Association) to avoid data leaks.
ipsec_subnet: 172.16.0.0/24
ipsec:
# Virtual (non-routable) addresses for IPSec. They all need to be
# distinct and belong to the above subnet 'ipsec_subnet'.
antilop: 172.16.0.1
benjamin: 172.16.0.2
civett: 172.16.0.3
elefant: 172.16.0.4
giraff: 172.16.0.5
mistral: 172.16.0.6
|