--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