From: <tom...@us...> - 2004-02-10 20:51:39
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18410 Modified Files: Tag: stable-1_2 INSTALL Log Message: add note regarding new valias support Index: INSTALL =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/INSTALL,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -u -d -r1.5.2.1 -r1.5.2.2 --- INSTALL 30 Jan 2004 14:57:32 -0000 1.5.2.1 +++ INSTALL 10 Feb 2004 20:48:02 -0000 1.5.2.2 @@ -7,6 +7,11 @@ statically links libvpopmail, so you need to recompile it whenever libvpopmail changes. +If you are upgrading to 1.2.1 or later from 1.2.0 or earlier, +and you have compiled vpopmail with the --enable-valias option, +be sure to run dotqmail2valias from vpopmail 5.4.1 to convert +old-style .qmail-alias files to valias table entries. + qmailadmin must be configured and installed as root. Why? vpopmail protects it's libraries from regular users. qmailadmin needs to access those libraries, hence it needs root. |