Dear Qpopper list,
I am new to the list.
I have started learning qpopper installation and config.
My goal is to understand qpopper and e.g. get apop authent. and ldap
authent. working.
I used the following options for ./configure
--with-pam=pop3
--with-openssl=/usr/include/openssl
--enable-debuging
--enable-apop=/etc/popper/apop.db
--enable-popuid=postfix
--enable-log-login
--enable-bulletins=/etc/popper/bulls
--enable-log-facility=LOG_MAIL
--enable-poppassd
--enable-specialauth
--enable-timing
My questions
1) Compiling/linking poppassd gives me errors:
cd ../password && make all
make[2]: Entering directory `/usr/local/src/qpopper4.0.4/password'
gcc -o poppassd auth_user.o poppassd.o -ldl -lpam \
../common/libcommon.a
poppassd.o: In function `chkPass':
/usr/local/src/qpopper4.0.4/password/poppassd.c:1197: undefined reference to
`auth_user'
collect2: ld returned 1 exit status
make[2]: *** [poppassd] Error 1
make[2]: Leaving directory `/usr/local/src/qpopper4.0.4/password'
make[1]: *** [poppassd] Error 2
make[1]: Leaving directory `/usr/local/src/qpopper4.0.4/popper'
make: *** [popper_server] Error 2
2) Do I need the the poppassd daemon running to get apop auth. working?
3) How is the order how qpopper uses the auth. methods or must
I configure that with ./configure script or with the qpoppers -f option in
a config
file.
e.g. what should I configure if I wanted to use apop and/or pam (ldap) as
auth
method. or can I use always on method at once e.g. apop or pam (ldap).
4) I assume SSL (--with-openssl) can be used for all auth options.
Many Thanks
Reg.
Andreas