Let's try a nice SURBL lookup for the PTS mail
[mirror/dsa-puppet.git] / manifests / site.pp
index 809d74c..fcf97e8 100644 (file)
@@ -31,7 +31,12 @@ node default {
     }
 
     case $mta {
-        "exim4":   { include exim }
+        "exim4":   {
+             case $nodeinfo['heavy_exim'] {
+                  "true":  { include eximmx }
+                  default: { include exim }
+             }
+        }
         default:   {}
     }