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
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
