VirtualMailManager/Config.py
branchv0.6.x
changeset 291 7ef3f117a230
parent 290 e2785e04f92e
child 298 ee89399346cb
--- a/VirtualMailManager/Config.py	Sun May 09 06:20:52 2010 +0000
+++ b/VirtualMailManager/Config.py	Mon May 10 09:06:57 2010 +0000
@@ -344,9 +344,9 @@
             },
             'misc': {
                 'base_directory': LCO(str, '/srv/mail', self.get, is_dir),
-                'crypt_blowfish_rounds': LCO(int, 0, self.getint),
-                'crypt_sha256_rounds': LCO(int, 0, self.getint),
-                'crypt_sha512_rounds': LCO(int, 0, self.getint),
+                'crypt_blowfish_rounds': LCO(int, 5, self.getint),
+                'crypt_sha256_rounds': LCO(int, 5000, self.getint),
+                'crypt_sha512_rounds': LCO(int, 5000, self.getint),
                 'dovecot_version': LCO(str, None, self.hexversion,
                                        check_version_format),
                 'password_scheme': LCO(str, 'CRAM-MD5', self.get,