James thanks for entering the thread. On Tue, 2003-06-10 at 16:25, James A Baker wrote: > On Monday, Jun 9, 2003, at 18:09 US/Central, Marvin R. Pierce wrote: > > > /etc/courier/imapd does not contain that line so adding at the bottom > > of > > file. > > Yup. > > > Also imapd contains this: > > # Address to listen on, can be set to a single IP address. > > # > > # ADDRESS=127.0.0.1 > > ADDRESS=0 > > > > Do I need to add address, i.e., server is 202.44.168.xxx; network is > > 192.168.1.0/24 (port 143 is open in iptables firewall). > > > > No. ADDRESS=0 tells it to listen on all available interfaces. You only > need to specify addresses if you want certain interfaces active and > others inactive. (E.g. one LAN-facing interface active, and another > Internet-facing interface inactive perhaps.) > > > See message body re login > > > > Answer -> authdaemonrc, to start with. > > But then it looks like you got that part working actually: > > > Jun 10 08:47:38 Mother imapd-ssl: Connection, ip=[::ffff:192.168.1.252] > > Jun 10 08:47:38 Mother imapd-ssl: LOGIN, user=mpierce, > > ip=[::ffff:192.168.1.252] > > Jun 10 08:47:38 Mother imapd-ssl: chdir Maildir: No such file or > > directory > > However... did you actually tell Courier where the Maildir is supposed > to be? ~/Mail is *not* Courier's default location. So, you'd have to > specify the proper location via whichever authentication mechanism you > have authdaemon configured for -- userdb, mysql, etc. -- before it can > find the Maildir. > > Try running "sudo authtest mpierce <pass>" from the authlib > sub-directory of the source. It should output the returned data from > whichever auth mechanism you're using currently.
Did not compile from source, used Debian packages. Installed courier-debug which gives me courierauthtest. Here is problem: Temporary authentication failure from module authdaemon Authentication FAILED! /etc/courier/authdaemonrc is using by default: authmodulelist="authpam" It appears that I need to be able to create login and password somewhere for courier to work. > > For example: > > [pcp557676pcs:~/Desktop/courier-0.42.2.20030527/authlib] james% sudo > ./authtest james XXPASSXX > Authenticated: module authdaemon > Home directory: /Users/james > UID/GID: 501/20 > Maildir: Library/Maildir/ > AUTHADDR=james > AUTHFULLNAME=James A Baker > [pcp557676pcs:~/Desktop/courier-0.42.2.20030527/authlib] james% > > > You can say man authlib (or browse the HTML versions in the docs) for > some good info too. > > HTH. > > -jab > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
