On Tuesday 01 October 2002 06:49 pm, Malachi de AElfweald wrote: > Any idea why vpopmail (version 5.3.8) is storing clear text > passwords when I didn't specify clear-text on the ./configure options? > Was it on by default? Is there any way to change this without > rebuilding and possibly breaking the link with qmailadmin and qmail? > > Thanks, > Malachi
clear text passwords became the default. to disable on the configure line add --enable-clear-passwd=n you can reconfigure, make make install-strip then relink qmailadmin. (make clean; make install-strip) Ken Jones
