smtpd: Fix version check in mailer.conf.erb
5.8-stable > 5.8.
This commit is contained in:
parent
f3378159f4
commit
6318162fd0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
sendmail /usr/sbin/smtpctl
|
||||
send-mail /usr/sbin/smtpctl
|
||||
mailq /usr/sbin/smtpctl
|
||||
<% if scope.function_versioncmp([@operatingsystemrelease, "5.8"]) > 0 -%>
|
||||
<% if scope.function_versioncmp([@operatingsystemrelease, "5.9"]) >= 0 -%>
|
||||
makemap /usr/sbin/smtpctl
|
||||
newaliases /usr/sbin/smtpctl
|
||||
<% else -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue