summaryrefslogtreecommitdiffstats
path: root/dovecot-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dovecot-controller.lua')
-rw-r--r--dovecot-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/dovecot-controller.lua b/dovecot-controller.lua
index 32f42b8..de36937 100644
--- a/dovecot-controller.lua
+++ b/dovecot-controller.lua
@@ -18,4 +18,8 @@ function mymodule.expert(self)
return self.handle_form(self, self.model.get_filedetails, self.model.update_filedetails, self.clientdata, "Save", "Edit Dovecot Config", "Configuration Set")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile()
+end
+
return mymodule