From ba47f1e7c2d7494bbc9c424c4d40e100addf3005 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 31 Dec 2008 21:15:25 +0000 Subject: Added dovecot controller with basic functionality. git-svn-id: svn://svn.alpinelinux.org/acf/dovecot/trunk@1658 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dovecot-logfile-html.lsp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dovecot-logfile-html.lsp (limited to 'dovecot-logfile-html.lsp') diff --git a/dovecot-logfile-html.lsp b/dovecot-logfile-html.lsp new file mode 100644 index 0000000..8924317 --- /dev/null +++ b/dovecot-logfile-html.lsp @@ -0,0 +1,7 @@ +<% local data, viewlibrary = ... +require("viewfunctions") +%> + +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="dovecot"}) +end %> -- cgit v1.2.3