diff options
Diffstat (limited to 'provider_base')
| -rw-r--r-- | provider_base/services/mx.json | 7 | 
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)" | 
