Install build-essential to build pfixtools
[vagrant-mail.git] / test-vagrant-salt / saltpillar / postfix.sls
index a0575f2..c428975 100644 (file)
@@ -11,6 +11,14 @@ postfix:
     bogo.polytechnique.org
     localhost.polytechnique.org
   mx_name: mx1.polytechnique.org
-  has_imap: True
-  has_mailman: True
-  has_smtps: True
+
+  # All MX servers which can communicate between themselves without filtering
+  all_mx:
+    mx1: 192.168.33.10
+    mx2: 192.168.33.20
+    mx3: 192.168.33.30
+
+  # Disable for now
+  has_imap: False
+  has_mailman: False
+  has_smtps: False