summaryrefslogtreecommitdiffstats
path: root/postfix-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-10-31 19:21:40 +0000
committerTed Trask <ttrask01@yahoo.com>2015-10-31 19:21:40 +0000
commit27c58808249d14a89dc336294d846ded95b3d262 (patch)
treeb6f23750000ce5ee9381c1dc915b530442a35c27 /postfix-controller.lua
parentb1712a70f888a4cf2f766a9c1d051274f9a2a81d (diff)
downloadacf-postfix-27c58808249d14a89dc336294d846ded95b3d262.tar.bz2
acf-postfix-27c58808249d14a89dc336294d846ded95b3d262.tar.xz
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'postfix-controller.lua')
-rw-r--r--postfix-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/postfix-controller.lua b/postfix-controller.lua
index 30dc8c9..b96faed 100644
--- a/postfix-controller.lua
+++ b/postfix-controller.lua
@@ -42,4 +42,8 @@ function mymodule.flushqueue(self)
return self.handle_form(self, self.model.getflushqueue, self.model.flushqueue, self.clientdata, "Flush", "Flush Queue")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule