summaryrefslogtreecommitdiffstats
path: root/dovecot-logfile-html.lsp
blob: 53a76ceb56f009ebd36319243466b248517291c4 (plain)
1
2
3
4
5
6
<% local data, viewlibrary = ... 
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dovecot"})
end %>