Install build-essential to build pfixtools
[vagrant-mail.git] / test-vagrant-salt / saltpillar / postfix.sls
1 postfix:
2   ipaddr:
3     mx4: 192.168.33.10
4     #mx6: 2001:db8::1
5   dest_domains:
6     localhost.polytechnique.org
7     mx1.polytechnique.org
8     mx1.m4x.org
9     ssl.polytechnique.org
10     ssl.m4x.org
11     bogo.polytechnique.org
12     localhost.polytechnique.org
13   mx_name: mx1.polytechnique.org
14
15   # All MX servers which can communicate between themselves without filtering
16   all_mx:
17     mx1: 192.168.33.10
18     mx2: 192.168.33.20
19     mx3: 192.168.33.30
20
21   # Disable for now
22   has_imap: False
23   has_mailman: False
24   has_smtps: False