Changes for vmail-sql $Id: CHANGES,v 1.8 2002/07/02 12:15:34 chris Exp $ 0.7 * Fixed a serious error in the suggested Exim configuration in README. 0.6 * Updated README to include details of local_domain parameter. * Reimplemented POP3 box maximums 0.5 * Widened primary keys in database to remove undesirable uniqueness problems for short email addresses * Added support for domain aliasing * Fixed security blunder in passwd_popbox 0.4 * Added support for multiple addresses per alias * Fixed various bugs in email_setup * POP box limit temporarily removed * Added support for multiple password hashing methods (as per tpop3d) * Administrator may choose to let users select "plaintext" hashing * Added installation script * No longer prompts for a separate name for the popbox, when creating popboxes 0.3 * Email script no longer allows empty aliases to be added. * Support for _default_ alias to control default behaviour for a domain. * The patch for gnu-pop3d is no longer being actively maintained. Instead, we recommend using tpop3d - available from: http://www.ex-parrot.com/~chris/tpop3d/ 0.2 * web based control panel, written in perl to run as CGI, although it's written with mod_perl in mind, so if you want to run it in that environment it should work OK; * minor bug fix to gnu-pop3d (specifically, a handler for SIGPIPE so that daemon processes don't fall over at random like lawyers at cocktail parties); * an optional limit on the number of pop boxes in a given domain. 0.1 * First release