diff options
author | varac <varacanero@zeromail.org> | 2013-04-22 17:28:40 +0200 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-07-25 13:45:10 -0400 |
commit | 8d93b0f2fa3198cf4071cf93d8213fbfc3e0a9be (patch) | |
tree | 2b7dafa606831505a6dc669da79d66e7d94baf87 /provider_base/services/mx.json | |
parent | 720717e177af576936a7e3e950aec1d208a21fae (diff) |
hiera variable mx.contact -> postfix $root_mail_recipient
Diffstat (limited to 'provider_base/services/mx.json')
-rw-r--r-- | provider_base/services/mx.json | 3 |
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)" }, |