TODO
author Pascal Volk <neverseen@users.sourceforge.net>
Thu, 29 Apr 2010 05:57:53 +0000
branchv0.6.x
changeset 275 524f7ed5ad5b
parent 256 ae80282301a3
child 284 ec1966828246
permissions -rw-r--r--
VMM/Account: some modifications and small improvements in class Account. - replaced the tid by a Transport instance - check mailbox format dependencies in _repare() - reset all attributes when the Account was deleted - don't select information, we have already, from the db - added __nonzero__() method

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

   ds - domainservices: smtp pop imap sieve???

- Aliases
    - avoid looping aliases

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

Database:
   public.users.passwd: increase to "character varying(150)"
   	why? `doveadm pw -s SSHA512.hex -p 1`
   public.users.digestmd5: add "character varying(48)"
	Outlook will love it. (`doveadm pw -s DIGEST-MD5.hex -p 1 -u 0`)