summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-22 17:28:40 +0200
committervarac <varacanero@zeromail.org>2013-07-09 14:16:59 +0200
commit886551dfd2e6eb7dc51d15ebbd6393198dfde78f (patch)
treeebacc316056ba7cc83efa592281f397afeec2a5a /provider_base
parent67e98211f7414bfd8986ef2be1bcf9e5d5be406f (diff)
hiera variable mx.contact -> postfix $root_mail_recipient
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/mx.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index 949374ad..b15bfbc8 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -1,4 +1,7 @@
{
+ "mx": {
+ "contact": "= global.provider.contacts.default"
+ },
"stunnel": {
"couch_client": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.port)"
},