TODO
author Pascal Volk <neverseen@users.sourceforge.net>
Mon, 10 May 2010 09:06:57 +0000
branchv0.6.x
changeset 291 7ef3f117a230
parent 284 ec1966828246
child 292 619dadc0fd25
permissions -rw-r--r--
VMM/password: adapted Blowfish/SHA-256/SHA-512 crypt() to recent changes in the Dovecot-2.0 source tree. VMM/Config: Added default number of encryption rounds to the configuration. man5: updated description of misc.crypt_{blowfish,sha{256,512}}_rounds.

Config
   cfs - configset sect.opt val
   cfg - configget sect.opt

   ds - domainservices: smtp pop imap sieve???


subcommand for displaying support crypt algorithms.


- Aliases
    - avoid looping aliases

- Domain
    - optional limits for number of:
        + accounts
        + aliases
        + destinations/alias
        + alias domains

Database:
   public.users.passwd: increase to "character varying(250)"
   	why? len(VirtualMailManager.password.pwhash('1', 'crypt.hex')) -> 249
	     if VirtualMailManager.password.CRYPT_SHA512 is True and
	     misc.crypt_sha512_rounds > 0
   public.users.digestmd5: add "character varying(48)"
	Outlook will love it. (`doveadm pw -s DIGEST-MD5.hex -p 1 -u 0`)