]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Allow local part suffixes on email
[chef.git] / 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) -%>