summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-31 12:22:20 -0700
committerelijah <elijah@riseup.net>2015-08-31 12:22:20 -0700
commit4f42910a6792ec3016aa6f9d0792801f75972a62 (patch)
treeae7e23c4c662758e4f91af7226b24066857daade /provider_base
parent65c912a7327505b2c99632afa06bba3c6fd4a057 (diff)
mx: added mx.key_lookup_domain property
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/mx.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index db2e4795..4d1b3dad 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -1,4 +1,11 @@
{
+ "mx": {
+ // provider should define their own custom aliases.
+ // these are in *addition* to the standard reserved aliases for root and postmaster, etc.
+ "aliases": {},
+ // this is the domain that is used for the OpenPGP header
+ "key_lookup_domain": "= global.services[:webapp].webapp.domain"
+ },
"stunnel": {
"clients": {
"couch_client": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.port)"