diff options
| -rw-r--r-- | provider_base/common.json | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/provider_base/common.json b/provider_base/common.json index 7ccb5005..5be0dd70 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -36,5 +36,8 @@    },    "name": "common",    "location": null, -  "enabled": true +  "enabled": true, +  "mail": { +    "smarthost": "= nodes_like_me[:services => :mx].exclude(self).field('domain.full')" +  }  } | 
