This is my configure string that I use for my solaris 9 systems. I came up with
this based on other hints that I have read on this list, plus reading the docs.
The enable-temp-drop-dir works well for me as I use user quotas.
I am using the same version of gcc that you are.
Hope this helps,
Jerry Kemp
./configure --disable-apop \
--enable-specialauth \
--enable-uw-kludge \
--disable-check-pwmax \
--enable-log-login \
--without-pam \
--enable-temp-drop-dir=/var/tmp
Doug Wellington wrote:
I'm not able to login to Qpopper 4.0.8 running on a Solaris 9 server. I
keep getting the error:
-ERR [AUTH] Password supplied for "ddw" is incorrect
I can telnet and ftp to the server, but qpopper won't let me in. I looked
in the FAQ and did a google search, but the only thing I've found so far is
to use --enable-specialauth. I have done a make realclean and configured
both with and without --enable-specialauth and the binary ends up being
exactly the same. Is there an issue with which version of gcc I compile
with? (I'm using 3.4.2...)
Thanks,
Doug