summaryrefslogtreecommitdiffstats
path: root/postfix-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-12-31 15:49:13 +0000
committerTed Trask <ttrask01@yahoo.com>2008-12-31 15:49:13 +0000
commit693030035ed1152f8ec7144a622e9122c373c026 (patch)
tree01bcee7809da8ef5d874e36df96fea6bf474d25f /postfix-logfile-html.lsp
downloadacf-postfix-693030035ed1152f8ec7144a622e9122c373c026.tar.bz2
acf-postfix-693030035ed1152f8ec7144a622e9122c373c026.tar.xz
Added postfix controller with basic functionality.
git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1655 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'postfix-logfile-html.lsp')
-rw-r--r--postfix-logfile-html.lsp7
1 files changed, 7 insertions, 0 deletions
diff --git a/postfix-logfile-html.lsp b/postfix-logfile-html.lsp
new file mode 100644
index 0000000..20db6c2
--- /dev/null
+++ b/postfix-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="postfix"})
+end %>