--- a/VirtualMailManager/Config.py Fri Apr 30 08:02:03 2010 +0000
+++ b/VirtualMailManager/Config.py Mon May 03 08:25:26 2010 +0000
@@ -343,6 +343,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),
'dovecot_version': LCO(str, '1.2.11', self.hexversion,
check_version_format),
'password_scheme': LCO(str, 'CRAM-MD5', self.get,