logwatch: Add support for setting the mail sender address
This commit is contained in:
parent
79f7fe657c
commit
b8244798d3
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
<% if @logwatch_mailto -%>
|
||||
MailTo = <%= @logwatch_mailto %>
|
||||
<% end -%>
|
||||
<% if @logwatch_mailfrom -%>
|
||||
MailFrom = <%= @logwatch_mailfrom %>
|
||||
<% end -%>
|
||||
<% if @logwatch_level -%>
|
||||
Detail = <%= @logwatch_level %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue