diff options
Diffstat (limited to 'provider_base/common.json')
-rw-r--r-- | provider_base/common.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 2313bd8b..5be0dd70 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -3,6 +3,7 @@ "environment": null, "services": [], "tags": [], + "contacts": "= global.provider.contacts.default", "domain": { "full_suffix": "= global.provider.domain", "internal_suffix": "= global.provider.domain_internal", @@ -35,5 +36,8 @@ }, "name": "common", "location": null, - "enabled": true + "enabled": true, + "mail": { + "smarthost": "= nodes_like_me[:services => :mx].exclude(self).field('domain.full')" + } } |