puppet/smtpd/templates/client.conf.erb
Ossi Salmi ce5dd6a96d smtpd: Initial server support
Still missing are TLS and authentication support.
2013-07-28 20:44:41 +03:00

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 -%>