Skip to content
Snippets Groups Projects
Commit b2e49b90 authored by Todd Eddy's avatar Todd Eddy
Browse files

Add template variables that were in debian master.cf but not redhat.

parent de609e76
Branches
Tags
No related merge requests found
......@@ -7,11 +7,19 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
<% if @smtp_listen == 'all' -%>
<% if @master_smtp -%>
<%= @master_smtp %>
<% elsif @smtp_listen == 'all' -%>
smtp inet n - n - - smtpd
<% else -%>
<%= @smtp_listen %>:smtp inet n - n - - smtpd
<% end -%>
<% if @master_submission -%>
<%= @master_submission %>
<% end -%>
<% if @master_smtps -%>
<%= @master_smtps %>
<% end -%>
#smtp inet n - n - - smtpd
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment