Image

Imagemrbad wrote in Imagelinux

Courier IMAP ?

First attempt at IMAP... Need some idea's.

1-Courier IMAP
2-Fedora

Testing with :

Telnet localhost 143

Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.

LOGIN user mypassword
LOGIN NO Error in IMAP command received by server.



and I've been stuck on the last line for hours...

{ps: also tried LOGIN user@mydomain.net password}

Basically left the files in: /usr/lib/courier-imap/etc {the same}

Changed /etc/pam.d/imap to reflect the full pathnames.


[root@bml pam.d]# cat imap
#%PAM-1.0
#
# $Id: system-auth.authpam,v 1.1 2001/02/02 05:42:57 mrsam Exp $
#
# This is a sample authpam configuration file that uses pam_stack
# (circa linux-pam 0.72).

auth required /lib/security/pam_nologin.so
auth required /lib/security/pam_stack.so service=system-auth
account required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth