From 4f42910a6792ec3016aa6f9d0792801f75972a62 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 31 Aug 2015 12:22:20 -0700 Subject: mx: added mx.key_lookup_domain property --- provider_base/services/mx.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'provider_base/services') 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)" -- cgit v1.2.3