]> git.openstreetmap.org Git - chef.git/commitdiff
Allow local part suffixes on email
authorTom Hughes <tom@compton.nu>
Mon, 24 Mar 2014 22:48:40 +0000 (22:48 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 24 Mar 2014 22:48:40 +0000 (22:48 +0000)
cookbooks/exim/templates/default/exim4.conf.erb

index 52816e7fa5b79fe32f748df78b03b9424271f1d4..41403b04bd31d67a74005d622625fac731ba0eaf 100644 (file)
@@ -575,6 +575,8 @@ noreply:
 <% end -%>
 <% if details[:local_parts] -%>
   local_parts = <%= details[:local_parts].join(" : ") %>
+  local_part_suffix = +*
+  local_part_suffix_optional
 <% end -%>
 <% if details[:host] -%>
 <% if details[:host].kind_of?(Array) -%>