VirtualMailManager/Config.py
changeset 20 55146c78b3fb
parent 9 e3d3dbeb5b84
child 21 6feb31787a66
--- a/VirtualMailManager/Config.py	Fri Apr 18 03:46:11 2008 +0000
+++ b/VirtualMailManager/Config.py	Mon Apr 21 04:56:01 2008 +0000
@@ -58,6 +58,12 @@
                 ['diskusage', 'false'],
                 ['delete', 'false']
                 ]
+        self.__serviceopts = [
+                ['smtp', 'true'],
+                ['pop3', 'true'],
+                ['imap', 'true'],
+                ['managesieve', 'true']
+                ]
         self.__domdopts = [
                 ['mode', 504],
                 ['delete', 'false']
@@ -158,6 +164,8 @@
             opts = self.__dbopts
         elif section == 'maildir':
             opts = self.__mdopts
+        elif section == 'services':
+            opts = self.__serviceopts
         elif section == 'domdir':
             opts = self.__domdopts
         elif section == 'bin':