RE: courier imap 1.3.6

2001-04-17 Thread Dave Ellsworth

in attempting to use the vqadmin
I get the following error:
I believe this is an issue with apache, but I'm not sure what to do about it

[Tue Apr 17 02:19:08 2001] [alert] [client 209.150.38.225]
/var/www/cgi-bin/vqadmin/.htaccess: deny not allowed here

-Original Message-
From: Sam Varshavchik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 1:50 AM
To: Tim Hason
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: courier imap 1.3.6


Tim Hason writes:

 It will compile ok. make install-strip fails at imapd.rc (make install
 works)
 make install-configure stops at the very beginning (I didn't get an error,
 just a stupid stop***)

Use must use gmake instead of make on any xBSD.


--
Sam




Re: courier imap 1.3.6

2001-04-16 Thread Tim Hason


 You need to upgrade to either vpopmail 4.9.9 or courier-imap 1.3.7 --
either
 one.  Or you can manually delete the call to vlogauth() in
 authlib/preauthvchkpw.c

 --
 Sam

Sam,

Great, I upgraded to 1.3.7 compile went ok. Unfortunately I cannot upgrade
to vpopmail 4.9.9 or 4.9.10 cause simply it never compiled on FreeBSD
4.2/4.3 w/ OpenLDAP module. I was only able to get 4.9.8-1 (from ports) to
compile. The funnier thing is, if you configure vpopmail --enable-ldap
and --enable-hardquota=xxx and then you make it will compile ok. However,
once you get to vadddomain domain.com it will prompt for postmaster password
and then it would coredump. Qmailadmin 0.39, 0.41 and 0.43 do not compile
with vpopmail+ldap module (even with -lldap and -llber in the Makefile). I
get a lot of vauth.o undefined references to vchkpw functions (not ldap*).

Here is what I had to do to get Courier IMAP + Vpopmail w/ OpenLDAP module
to work:

./configure --with-authvchkpw
cd authlib; vi Makefile

1. add "-lldap -llber" to "authvchkpw_LDADD"
2. add "-L/usr/local/lib" to "LDFLAGS"
3. add "-I/usr/local/include -lldap -llber" to "CFLAGS"

cd ..;make

It will compile ok. make install-strip fails at imapd.rc (make install
works)
make install-configure stops at the very beginning (I didn't get an error,
just a stupid stop***)

cp /usr/local/libexec/imapd.rc /usr/local/etc/rc.d/imapd.sh
mv /usr/local/etc/imapd.dist /usr/local/etc/imapd (and modified it)
mv /usr/local/etc/imapd-ssl.dist /usr/local/etc/imapd-ssl
/usr/local/etc/rc.d/imapd.sh start

Finally Courier IMAPD authenticating from vchkpw+openldap --without
hardquotas :(
I will run some stress tests on that configuration, email me if you are
interested to look at some results.
Thanks for all your help,

Tim





Re: courier imap 1.3.6

2001-04-16 Thread Sam Varshavchik

Tim Hason writes:

 It will compile ok. make install-strip fails at imapd.rc (make install
 works)
 make install-configure stops at the very beginning (I didn't get an error,
 just a stupid stop***)

Use must use gmake instead of make on any xBSD. 


-- 
Sam 




Re: problems compiling courier-imap 1.3.6 with vpopmail 4.9.8-1

2001-03-26 Thread Einar Bordewich

Upgrade to latest vpopmail-4.9.9
--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E


- Original Message -
From: "Yavuz Aydin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 26, 2001 10:03 PM
Subject: problems compiling courier-imap 1.3.6 with vpopmail 4.9.8-1


 Hello there,

 The following error occurs when i try to compile courier-imap 1.3.6 with
 vpopmail 4.9.8-1 already installed:

 vchkpw  modauthvchkpw.o libauthmod.a libauth.a
./md5/libmd5.a -lvpopmail  -lm
 -lcrypt
 libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
 /home/yavuz/courier-imap-1.3.6/authlib/preauthvchkpw.c:73: undefined
reference
 to `vlogauth'
 collect2: ld returned 1 exit status
 make[1]: *** [authvchkpw] Error 1
 make[1]: Leaving directory `/home/yavuz/courier-imap-1.3.6/authlib'
 make: *** [all-recursive] Error 1

 What the mistake?

 Greetings,

 Yavuz Aydin