equal
  deleted
  inserted
  replaced
  
    
    
    17         + aliases  | 
    17         + aliases  | 
    18         + destinations/alias  | 
    18         + destinations/alias  | 
    19         + alias domains  | 
    19         + alias domains  | 
    20   | 
    20   | 
    21 Database:  | 
    21 Database:  | 
    22    public.users.passwd: increase to "character varying(250)"  | 
    22    public.users.passwd: increase to "character varying(264)"  | 
    23    	why? len(VirtualMailManager.password.pwhash('1', 'crypt.hex')) -> 249 | 
    23    	why? len(VirtualMailManager.password.pwhash('1', 'sha512-crypt.hex')) -> 264 | 
    24 	     if VirtualMailManager.password.CRYPT_SHA512 is True and  | 
    24 	     if Dovecot >= v2.0.beta6 || changeset >= 11278:2ead7574bb08 and  | 
    25 	     misc.crypt_sha512_rounds > 0  | 
    25 	     misc.crypt_sha512_rounds >= 100000000  | 
    26    public.users.digestmd5: add "character varying(48)"  | 
    26    public.users.digestmd5: add "character varying(48)"  | 
    27 	Outlook will love it. (`doveadm pw -s DIGEST-MD5.hex -p 1 -u 0`)  | 
    27 	Outlook will love it. (`doveadm pw -s DIGEST-MD5.hex -p 1 -u 0`)  |