Im running it on debian testing and I just compiled courier-imap myself, at the time the version I used was courier-imap-3.0.3
I used the following ./configure line to get it setup. ./configure --without-authpwd --without-authshadow --without-authpam \ --without-authuserdb --without-authcram --without-authldap \ --without-authmysql --without-authpgsql --without-authcustom \ --without-authdaemon --disable-root-check \ --enable-workarounds-for-imap-client-bugs After that I was able to change the lines you mentioned below and had it all working. Has been running well for a quite a few months now. cheers Shane >-----Original Message----- >From: Natter [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 14 July 2004 12:51 AM >To: [EMAIL PROTECTED] >Subject: Re: [vchkpw] Debian - Courier - Vpopmail > >Eh? I don't speak Spanish so I don't know what >this means. > >Can anyone answer my question as to what I need >to modify in Courier-imap after it's installed >via apt-get on Debian to work with vpopmail? > >Thanks. > > >--- [EMAIL PROTECTED] wrote: >> marcio da uma olhada nesse site >> www.aplinux.com.br, se nao me engano la tem um bom >> manual qmail + vpopmail >> + imap >> >> >> t+ >> >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > Natter wrote: >> > >> > | I'm following the qmailrocks guide and already >> have a good >> > | qmail/vpopmail system running. Now, I'm trying >> to add courier-imap >> > | using apt-get and it installs great, but it >> won't authenticate my >> > | user. (http://www.qmailrocks.org/imap_db.htm) >> > | >> > | It says that I need to change the imapd file: >> change >> > | AUTHMODULES="authdaemon to >> AUTHMODULES="authvchkpw" >> > | >> > | change AUTHMODULES_ORIG="authdaemon" to >> > | AUTHMODULES_ORIG="authvchkpw" >> > | >> > | I've done this but it still won't authenticate >> my test user: >> > | >> > | #>telnet localhost 143 Trying 127.0.0.1... >> Connected to localhost. >> > | Escape character is '^]'. * OK Courier-IMAP >> ready. Copyright >> > | 1998-2002 Double Precision, Inc. See COPYING for >> distribution >> > | information. login [EMAIL PROTECTED] passwd >> > | >> > | a NO Login failed. >> > | >> > | What do I have to do to get courier to read my >> vpopmail users? >> > | >> > | Thanks for the help. >> > | >> > | >> > >> > Remember install this courier-imap WITH_VPOPMAIL >> (system operation is >> > FreeBSD) >> > Look: >> > >> > inf# telnet localhost 143 >> > Trying ::1... >> > Connected to localhost. >> > Escape character is '^]'. >> > * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN >> NAMESPACE >> > THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA >> IDLE ACL ACL2=UNION >> > STARTTLS] Courier-IMAP ready. Copyright 1998-2004 >> Double Precision, >> > Inc. See COPYING for distribution information. >> > a login marcio password >> > a OK LOGIN Ok. >> > b logout >> > * BYE Courier-IMAP server shutting down >> > b OK LOGOUT completed >> > Connection closed by foreign host. >> > inf# >> > >> > []'s >> > Marcio >> > >> > -----BEGIN PGP SIGNATURE----- >> > Version: GnuPG v1.2.4 (MingW32) >> > Comment: Using GnuPG with Mozilla - >> http://enigmail.mozdev.org >> > >> > >> >iD8DBQFA8wtdENnlSIQoiF0RAtvWAKCIlO2P15YnLW0g2jeUOoIhItC5PQCgj3Jf >> > YJtM9TuWvh46BcMrq4Rh+EY= >> > =shLG >> > -----END PGP SIGNATURE----- >> > >> > >> >> > > > > >__________________________________ >Do you Yahoo!? >New and Improved Yahoo! Mail - Send 10MB messages! >http://promotions.yahoo.com/new_mail >
