summaryrefslogtreecommitdiffstats
path: root/postfix-controller.lua
diff options
context:
space:
mode:
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