7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Intermittent Auth...
FromSent OnAttachments
BNov 15, 2002 7:59 am 
Jussi SiponenNov 17, 2002 1:54 am 
Adrian CloseNov 17, 2002 8:56 pm 
Jussi SiponenNov 18, 2002 2:12 am 
BNov 18, 2002 11:38 am 
John RunnelsNov 18, 2002 1:40 pm 
Adrian CloseNov 18, 2002 2:39 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Intermittent Authentication Problem with Courier IMAPActions...
From:Jussi Siponen (juss@posiona.com)
Date:Nov 18, 2002 2:12:39 am
List:net.sourceforge.lists.courier-users

Adrian,

did you rebuild and reinstall your courier-imap?

Now if I'm wrong about this I'm going to make a fool of myself, but here goes:

lib*.a (such as libvpopmail.a) -- as far as I know -- implies static linking so
the previous (possibly bad) code is embedded into your authdaemon. Vpopmail is
now using the code from your rebuild but your courier-imap won't be, not untill
you rebuild and reinstall.

----- Original Message ----- From: "Adrian Close"

# ./configure --enable-learn-passwords=y \

--enable-clear-passwd=y --enable-mysql=y \ --enable-roaming-users=y --enable-file-sync=y

I've just rebuilt mine, adding --enable-clear-passwd, --enable-learn-passwords and --enable-file-sync. Of these, the only one that would seem to be able to make a difference (at least on the surface) is --enable-learn-passwords. I'll see how it goes...