NEWS
changeset 93 bc41dfcef0ad
child 106 dc98cc162c66
equal deleted inserted replaced
92:aa741e8657b9 93:bc41dfcef0ad
       
     1 v0.5  2008-11-26  Pascal Volk <neverseen@users.sf.net>
       
     2 
       
     3 	+ gettext i18n support (German translation)
       
     4 	+ support for alias domains (add/info/switch/delete).
       
     5 	+ support for relocated users (add/info/delete).
       
     6 	+ base layout of the users Maildir is now configurable. Also a according
       
     7   	  "subscriptions" file will be created.
       
     8 	+ subcommand »listdomains«: lists all configured domains or domains that
       
     9 	  matches the specified search pattern.
       
    10 	+ subcommand »userinfo« can additional display assigned alias addresses.
       
    11 	+ subcommand »aliasadd« checks Postfix's "virtual_alias_recursion_limit"
       
    12 	  before adding an additional destination address.
       
    13 	+ optional SQL functions (see create_optional_types_and_functions.pgsql)
       
    14 	- »useradd«/»userpassword«: fixed behavior of interactive password
       
    15 	  prompt.
       
    16 	- fixed some encoding problems (UnicodeEncodeErrors).
       
    17 	- fixed bug in generation of DIGEST-MD5 hashes.