diff --git a/smtpd/templates/server.conf.erb b/smtpd/templates/server.conf.erb index 44c9652..a881d32 100644 --- a/smtpd/templates/server.conf.erb +++ b/smtpd/templates/server.conf.erb @@ -28,7 +28,7 @@ accept from any for domain { "<%= domain %>", "*.<%= domain %>" } \ <% if @virtual -%> # accept for virtual domains -<% @virtual.each do |domain| -%> +<% @virtual.each do |domain| -%> accept from any for domain { "<%= domain %>", "*.<%= domain %>" } \ virtual > \ deliver to mda "<%= @mda %>"