From 8730ef0997957b46d392b981913d8934373e980a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 20 Aug 2008 19:02:16 +0000 Subject: Modified tcpproxy to add in SMTP proxy support. Entries are directly edited, this still has to be improved. git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1388 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tcpproxy-smtpstatus-html.lsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tcpproxy-smtpstatus-html.lsp (limited to 'tcpproxy-smtpstatus-html.lsp') diff --git a/tcpproxy-smtpstatus-html.lsp b/tcpproxy-smtpstatus-html.lsp new file mode 100644 index 0000000..c639424 --- /dev/null +++ b/tcpproxy-smtpstatus-html.lsp @@ -0,0 +1,15 @@ +<% local view, viewlibrary, page_info, session = ... +require("viewfunctions") +%> + +<% displaycommandresults({"delsmtpentry", "delsmtpfile"}, session) %> + +

SMTP Proxy Status

+
+<% displayitem(view.value.version) %> +
+ +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("listsmtpentries") + viewlibrary.dispatch_component("listsmtpfiles") +end %> -- cgit v1.2.3