VirtualMailManager/Config.py
branchv0.6.x
changeset 284 ec1966828246
parent 280 db35d2eec518
child 286 e2046d47688b
equal deleted inserted replaced
283:ea6d052de24a 284:ec1966828246
   341                 'folders': LCO(str, 'Drafts:Sent:Templates:Trash', self.get),
   341                 'folders': LCO(str, 'Drafts:Sent:Templates:Trash', self.get),
   342                 'format': LCO(str, 'maildir', self.get),
   342                 'format': LCO(str, 'maildir', self.get),
   343             },
   343             },
   344             'misc': {
   344             'misc': {
   345                 'base_directory': LCO(str, '/srv/mail', self.get, is_dir),
   345                 'base_directory': LCO(str, '/srv/mail', self.get, is_dir),
       
   346                 'crypt_blowfish_rounds': LCO(int, 0, self.getint),
       
   347                 'crypt_sha256_rounds': LCO(int, 0, self.getint),
       
   348                 'crypt_sha512_rounds': LCO(int, 0, self.getint),
   346                 'dovecot_version': LCO(str, '1.2.11', self.hexversion,
   349                 'dovecot_version': LCO(str, '1.2.11', self.hexversion,
   347                                        check_version_format),
   350                                        check_version_format),
   348                 'password_scheme': LCO(str, 'CRAM-MD5', self.get,
   351                 'password_scheme': LCO(str, 'CRAM-MD5', self.get,
   349                                        self.known_scheme),
   352                                        self.known_scheme),
   350                 'transport': LCO(str, 'dovecot:', self.get),
   353                 'transport': LCO(str, 'dovecot:', self.get),