summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2015-07-28 14:35:40 -0400
committerMicah Anderson <micah@leap.se>2015-07-28 14:35:40 -0400
commit8684aa38ece3271a0eb0f8a1751f6c3297025afa (patch)
treef9f46d1fc47cb870f4aa0344b01b009bc347cc09 /provider_base
parent2761fa77394d5a2857812de840e49172d0e486fb (diff)
Support RBL blocking of incoming mail (#5923)
Set zen.spamhaus as the default rbl Change-Id: Ic3537d645c80ba42267bab370a1cf77730382158
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/mx.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index 11293ae8..db2e4795 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -16,6 +16,7 @@
"salt": "= hex_secret :couch_leap_mx_password_salt, 128"
},
"mynetworks": "= nodes['environment' => '!local'].map{|name, n| [n.ip_address, (global.facts[name]||{})['ec2_public_ipv4']]}.flatten.compact.uniq",
+ "rbls": ["zen.spamhaus.org"],
"x509": {
"use": true,
"use_commercial": true,