VirtualMailManager/Config.py
changeset 113 e35755191ff3
parent 112 d1f345f91e1c
child 120 928659c8ee9f
--- a/VirtualMailManager/Config.py	Mon Aug 17 04:56:13 2009 +0000
+++ b/VirtualMailManager/Config.py	Mon Aug 17 06:31:14 2009 +0000
@@ -63,7 +63,7 @@
                 ['smtp', 'true'],
                 ['pop3', 'true'],
                 ['imap', 'true'],
-                ['managesieve', 'true']
+                ['sieve', 'true']
                 ]
         self.__domdopts = [
                 ['base', '/srv/mail'],
@@ -79,7 +79,8 @@
                 ['passwdscheme', 'PLAIN'],
                 ['gid_mail', 8],
                 ['forcedel', 'false'],
-                ['transport', 'dovecot:']
+                ['transport', 'dovecot:'],
+                ['dovecotvers', '11']
                 ]
 
     def load(self):