diff options
| author | elijah <elijah@riseup.net> | 2015-08-31 12:22:20 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2015-08-31 12:22:20 -0700 | 
| commit | 4f42910a6792ec3016aa6f9d0792801f75972a62 (patch) | |
| tree | ae7e23c4c662758e4f91af7226b24066857daade | |
| parent | 65c912a7327505b2c99632afa06bba3c6fd4a057 (diff) | |
mx: added mx.key_lookup_domain property
| -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)"  | 
