Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
b2e49b90
Commit
b2e49b90
authored
Aug 14, 2013
by
Todd Eddy
Browse files
Add template variables that were in debian master.cf but not redhat.
parent
de609e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/master.cf.redhat.erb
View file @
b2e49b90
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment