Everyone, I have compiled Courier-IMAP to use authpwd to authenticate users... I'm running into some trouble and reading the docs did not help so far. Here's what authinfo tells me:
[root@bobino authlib]# ./authinfo AUTHENTICATION_MODULES="authshadow authpwd" SASL_AUTHENTICATION_MODULES="PLAIN LOGIN" Now, when I try to login using IMAP I get this: [root@bobino authlib]# telnet localhost 143 Trying 127.0.0.1... Connected to bobino.traductik.org. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING for distribution information. 1 login test toofoo Connection closed by foreign host. But POP3 works! [root@bobino authlib]# telnet localhost 110 Trying 127.0.0.1... Connected to bobino.traductik.org. Escape character is '^]'. +OK Hello there. user test +OK Password required. pass toofoo +OK logged in. list +OK POP3 clients that break here, they violate STD53. . quit +OK Bye-bye. Any suggestions? All users have a directory called Maildir. Ciao! P ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
