5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] authuserdb question
FromSent OnAttachments
Hennie RautenbachApr 22, 2004 5:06 am 
cour...@gmx.netApr 22, 2004 9:02 am 
Hennie RautenbachApr 22, 2004 11:28 pm 
cour...@gmx.netApr 23, 2004 6:50 am 
Hennie RautenbachApr 23, 2004 7:39 am 
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] authuserdb questionActions...
From:cour...@gmx.net (cour@gmx.net)
Date:Apr 23, 2004 6:50:44 am
List:net.sourceforge.lists.courier-users

--On Freitag, 23. April 2004 08:29 +0200 Hennie Rautenbach <hen@sabinet.co.za> wrote:

The message indicates you are not using the authdaemond-enabled imapd but an older version which was compiled --without-authdaemon.

I am sure I do. Authdaemond is running when I do a ps -ef.

Quote from your previous mail:

Apr 22 13:26:30 postnet imapd: [ID 702911 mail.info] /usr/lib/courier-imap/libexec/authlib/ authuserdb: No such file or directory

authlib/authuserdb will be built only with `./configure --without-authdaemon ...`

Regardless of the authdaemon-switch no binary contains the string 'authlib', this string is only mentioned in sbin/imapd which imports the settings from etc/imapd. etc/imapd will only contain 'authuserdb' if courier has been built --without-authdaemon.

Enough evidence, now fix AUTHMODULES in etc/imapd ;)

postnet[root:/usr/local/src/courier-imap-3.0.3/authlib]./authtest -m authuserdb guest Authentication FAILED!

Thats expected if authtest has been built with authdaemon. The only allowed value for -m will be 'authdaemon'.

Roland