summaryrefslogtreecommitdiff
path: root/provider_base/services/mx.json
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-04-01 15:28:54 -0400
committerMicah Anderson <micah@leap.se>2014-04-01 15:28:54 -0400
commit1906f13a7df02522bcd83a3c25101555870b5279 (patch)
tree5dfce75eb9fcc1c616e491c80c09ac94718f7746 /provider_base/services/mx.json
parent05bc6a8f3c9caadd8cbe262fc90437980bc26969 (diff)
Include all the ips that are allowed to send mail through the relay in
the mynetworks parameter. Previously we only allowed other mx servers to relay to each other, but this prevents system mail from non-mx nodes from getting out. Fixes "Helo command rejected: You are not in domain bitmask.net (in reply to RCPT TO command))" (#5343) Change-Id: I5e204958cb235808eedc3a1724fb2dc6c7a5b73b
Diffstat (limited to 'provider_base/services/mx.json')
-rw-r--r--provider_base/services/mx.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index 7e3f20ba..0d1ec877 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -10,7 +10,7 @@
"password": "= secret :couch_leap_mx_password",
"salt": "= hex_secret :couch_leap_mx_password_salt, 128"
},
- "mx_nodes": "= nodes['services' => 'mx']['environment' => '!local'].field('ip_address')",
+ "mynetworks": "= nodes['environment' => '!local'].field('ip_address')",
"x509": {
"use": true,
"ca_cert": "= file :ca_cert, :missing => 'provider CA. Run `leap cert ca`'",