]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/recipes/default.rb
Allow all mail relays to relay from any host
[chef.git] / cookbooks / exim / recipes / default.rb
index 30617cc8e3da18a4877fba292dae0353ef52dd19..8c61b2da14393b005986008a169b72940e52de50 100644 (file)
@@ -85,7 +85,7 @@ end
 relay_from_hosts = node[:exim][:relay_from_hosts]
 
 if node[:exim][:smarthost_name]
-  search(:node, "exim_smarthost_via:#{node[:exim][:smarthost_name]}\\:*").each do |host|
+  search(:node, "exim_smarthost_via:*?").each do |host|
     relay_from_hosts |= host.ipaddresses(:role => :external)
   end