summaryrefslogtreecommitdiffstats
path: root/dovecot-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-05-26 22:37:03 +0000
committerTed Trask <ttrask01@yahoo.com>2014-05-26 22:37:03 +0000
commit3a3ff6452f6a59a0af47587174ecd2bcfe9c1219 (patch)
treeb3166dc0a82b4d6c4d01d2c0c45f0bc710236748 /dovecot-controller.lua
parentfe73a1516a76911e67dd43a702cacfefd0932c43 (diff)
downloadacf-dovecot-3a3ff6452f6a59a0af47587174ecd2bcfe9c1219.tar.bz2
acf-dovecot-3a3ff6452f6a59a0af47587174ecd2bcfe9c1219.tar.xz
Added capability to read logfiles from config.
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