On Tue, Jun 05, 2001 at 11:27:25PM -0400, Jack Sasportas wrote:
> I was trying to add the temp dir paths so that the .cache files end up
> in a different direcrtory then the users email.  Here are my configure
> parameters:
> ./configure --enable-specialauth --enable-uw-kludge --enable-servermode
> --enable-cache-dir=/var/spool/mail/temp
> --enable-temp-dir=/var/spool/mail/temp
> --enable-temp-drop-dir=/var/spool/mail/temp

Are you sure you reran "make clean" and "make" after that?  This
feature is working for me.  

BTW, --enable-temp-dir is not the directive, in the configure script
it's --enable-temp-drop-dir, and --enable-cache-dir defaults to the
same value. But what you've got should still work.

Here's what I used and this is working:

./configure --enable-uw-kludge --with-warnings --enable-log-login \
 --enable-keep-temp-drop --enable-shy \
 --enable-temp-drop-dir=/var/mail/.poptemp \
 --enable-nonauth-file=/usr/local/etc/pop.disable \
 
--enable-server-mode-shell-include=/usr/bin/false:/sbin/nologin:nologin:/usr/local/bin/no_shell
 \
 --enable-timing

(Ignore the --enable-server-mode-shell-include line, that's only if you
are using my patch for that feature, which isn't included as of 4.0.3.)

-- 
 Clifton Royston  --  LavaNet Systems Architect --  [EMAIL PROTECTED]
   WWJD?   "JWRTFM!" - Scott Dorsey (kludge)   "JWG" - Eddie Aikau

Reply via email to