On Fri, 02 Feb 2001 05:51:35 MST, wrote:
> Have you added the proper webmail pam settings to your pam configuration?
> They are listed in the INSTALL file as I recall.
Yes, I have the pam settings correct---authdaemond authenticates me
fine when using authpam in the authdaemonrc. I discovered that the
problem was actually in the way that I run ./configure... Apparently,
if I do ./configure --with-authpam it won't work. I have to
specifically disable authmysql and authldap for it to work, i.e.
./configure --without-authmysql --without-authldap --with-authpam
Andy