6 lines
294 B
Text
6 lines
294 B
Text
<% if @relay -%>
|
|
accept from local for any relay via <%= @relay %><% if @mail_domain %> as "@<%= @mail_domain %>"<% end %>
|
|
<% else -%>
|
|
accept from local for local alias <aliases> deliver to mbox
|
|
accept from local for any relay<% if @mail_domain %> as "@<%= @mail_domain %>"<% end %>
|
|
<% end -%>
|