Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-02-03 Thread Charles Sprickman
On Thu, 8 Jan 2004, Michael Bowe wrote: I have been doing some work on the vpopmail code that comes with courier. The work fixes many problems including this particular bug. I have recently submitted this patch to the courier author, and hopefully they will include these updates in a

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-02-03 Thread Michael Bowe
- Original Message - From: Charles Sprickman [EMAIL PROTECTED] Subject: Re: [vchkpw] vchkpw and courier 2.2.1 (long) On Thu, 8 Jan 2004, Michael Bowe wrote: I have been doing some work on the vpopmail code that comes with courier. The work fixes many problems including

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-13 Thread Andrea Riela
Michael Bowe wrote: You shouldnt need to manually edit this file... It should be auto-populated when you run make install-strip After the make install-strip (vpopmail/cdb) I've: -L/home/vpopmail/lib -lvpopmail If I add '-crypt' after, and compile courier-imap, I've an error and I couldn't

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-13 Thread Tom Collins
On Jan 13, 2004, at 2:16 AM, Andrea Riela wrote: After the make install-strip (vpopmail/cdb) I've: -L/home/vpopmail/lib -lvpopmail If I add '-crypt' after, and compile courier-imap, I've an error and I couldn't install it. Without '-lcrypt', the installation is completed. Well, what could I do?

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-12 Thread Michael Bowe
- Original Message - From: Andrea Riela [EMAIL PROTECTED] Michael Bowe wrote: I will download, test, and will report back my findings soon (might not be till tomorrow though sorry) Thanks Michael, Well, probably I don't understand the '-lcrypt' on lib_deps file. If I insert

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Michael Bowe
Sam Varshavchik has accepted my patch. Therefore the modifications it contains will be part of the next courier-imap release (v2.2.2) Michael.

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Andrea Riela
Michael Bowe wrote: Sam Varshavchik has accepted my patch. Therefore the modifications it contains will be part of the next courier-imap release (v2.2.2) Michael. Well, I need to insert '-crypt' in my lib_deps file after or before the courier install? Thanks for all Regards Andrea

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Andrea Riela
Michael Bowe wrote: Sam Varshavchik has accepted my patch. Therefore the modifications it contains will be part of the next courier-imap release (v2.2.2) Michael. I've installed this version of courier (see the courier ml, there's a patch for imapd.c), but I've an auth problem with

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Michael Bowe
I will download, test, and will report back my findings soon (might not be till tomorrow though sorry) Michael. - Original Message - From: Andrea Riela [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 12, 2004 7:56 AM Subject: RE: [vchkpw] vchkpw and courier 2.2.1 (long

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Andrea Riela
Michael Bowe wrote: I will download, test, and will report back my findings soon (might not be till tomorrow though sorry) Thanks Michael, Well, probably I don't understand the '-lcrypt' on lib_deps file. If I insert that on lib_deps before compile courier, I couldn't do gmake: gcc

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-09 Thread Alexander Bruns
Hi, hope this helps you. we use this to do the smtp after pop3/imap: http://www.pofo.de/HOWTO/qmail/install-courierimaphack.html it is installed under /home/vpopmail/bin/open_relay we use courimap for all 4 protocols, pop3d, pop3d-ssl, imapd, imapd-ssl and all for runs-cripts under

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
It is my understanding that setenv CFLAGS=-DHAVE_OPEN_SMTP_RELAY is not sufficient to enable the roaming user functionality in courier-imap. Instead you need to edit the file authlib/preauthvchkpw.c and remove the line : #undef HAVE_OPEN_SMTP_RELAY and then recompile

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Probably my steps will be: cd into courier-imap-2.1.1/authlib patch -u courier-imap-2[1].1.1-vchkpw-updates.diff.txt ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql --without-authpgsql

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Andrea Riela wrote: Probably my steps will be: cd into courier-imap-2.1.1/authlib patch -u courier-imap-2[1].1.1-vchkpw-updates.diff.txt ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Tom Collins
On Jan 8, 2004, at 3:29 AM, Andrea Riela wrote: Then what I've to do? Try BINC-IMAP instead. Others have reported that it's a fine replacement for Courier. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Tom Collins wrote: On Jan 8, 2004, at 3:29 AM, Andrea Riela wrote: Then what I've to do? Try BINC-IMAP instead. Others have reported that it's a fine replacement for Courier. I couldn't .. I need a pop3-ssl daemon. I hope the Michael's patch will help me :) But I've problems to compile

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Shane Chrisp
2004 2:24 AM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] vchkpw and courier 2.2.1 (long) Tom Collins wrote: On Jan 8, 2004, at 3:29 AM, Andrea Riela wrote: Then what I've to do? Try BINC-IMAP instead. Others have reported that it's a fine replacement for Courier. I couldn't .. I need a pop3

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Shane Chrisp wrote: /usr/sbin/stunnel -f -p Ya Shane, But I wouldn't use stunnel for that. If it's possible, I would use courier. Thanks for all Andrea

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Michael Bowe
- Original Message - From: Andrea Riela [EMAIL PROTECTED] When try to compile with make, or gmake, I've the same error: cd . /bin/sh /src/courier-imap-2.2.1/missing --run autoconf configure.in:21: error: possibly undefined macro: AC_PROG_SYSCONFTOOL If this token and others

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Michael Bowe
- Original Message - From: Andrea Riela [EMAIL PROTECTED] With your patch, I've already a security problem? Or removing the open_smtp_relay() calls from the preauthvchmpw.c file to authvchkpw.c, you've fixed that? Yes, with the patch, the security problem is resolved, because the

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Michael Bowe wrote: You will need to use courier-imap-2.1.1 (rather than 2.2.1) with that particular patch. Now I'm trying to compile the 2.1.1 version, but ... Compiling modauthvchkpw.c gcc -I/home/vpopmail/include -DHAVE_OPEN_SMTP_RELAY= -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Werner Amon
Andrea Riela schrieb: Michael Bowe wrote: You will need to use courier-imap-2.1.1 (rather than 2.2.1) with that particular patch. Now I'm trying to compile the 2.1.1 version, but ... Compiling modauthvchkpw.c gcc -I/home/vpopmail/include -DHAVE_OPEN_SMTP_RELAY= -Wall -I.. -I./.. -o

[vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-07 Thread Andrea Riela
Hi folks, My problem is always the same. My steps: vpopmail-5.4.0-rc1 ./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-qmail-ext --enable-defaultquota=NOQUOTA make cp vchkpw /home/vpopmail/bin/vchkpw-no-roaming make clean ./configure

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-07 Thread Tom Collins
On Jan 7, 2004, at 10:31 AM, Andrea Riela wrote: OK, it works, but ... When I try with courier (that uses libvpopmail.a, if I've undestood well), in my open-smtp, after pop3-ssl, there isn't my external IP with relay allowed. If I recall correctly, you need to do something special to courier to

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-07 Thread Andrea Riela
Tom Collins wrote: On Jan 7, 2004, at 10:31 AM, Andrea Riela wrote: OK, it works, but ... When I try with courier (that uses libvpopmail.a, if I've undestood well), in my open-smtp, after pop3-ssl, there isn't my external IP with relay allowed. If I recall correctly, you need to do

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-07 Thread Michael Bowe
- Original Message - From: Andrea Riela [EMAIL PROTECTED] I've recompiled courier-2.2.1 and qmailadmin-1.2.0-rc2 Steps for courier (as root): ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql