From owner-freebsd-questions Fri Nov 30 4:29:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indy-x.cranepm10.com (indy-x.cranepm10.com [63.101.31.76]) by hub.freebsd.org (Postfix) with ESMTP id 3B7A237B416 for ; Fri, 30 Nov 2001 04:29:22 -0800 (PST) Received: by INDY-X with Internet Mail Service (5.5.2653.19) id ; Fri, 30 Nov 2001 07:29:21 -0500 Message-ID: <291851553D46D511827A00B0D0D0356F02E13B@INDY-X> From: "Knoll, Jim" To: "'freebsd-questions@freebsd.org'" Subject: courier-imap configuration Date: Fri, 30 Nov 2001 07:29:17 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have installed courier-imap from ports on a FreeBSD 4.4 stable system with qmail. I simply want to be able to use imap to access my mail. The problem is I cannot seem to access any of my mail folders. The documentation indicates the authentication module is responsible for locating the primary maildir, but I do not know how to configure the primary maildir for authpwd or pam. My inbox is in my home directory (/home/jknoll/Maildir/inbox). I can telnet to localhost port 143 and login with my username and password. I assume authpwd is being used to authenticate, but I am not certain of that. [jknoll@server]~> telnet localhost 143 Trying 127.0.0.1... Connected to localhost.indy.rr.com. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc. See COPYING +for distribution information. a001 login jknoll password_not_shown a001 OK LOGIN Ok. a002 LIST * * a002 OK LIST completed. a003 logout * BYE Courier-IMAP server shutting down a003 OK LOGOUT completed Connection closed by foreign host. [jknoll@server]~> ls Maildir accounts friends saic convert_mbox_to_maildir inbox sent-mail family jdom-interest steph_jobs freebsd misc unknown freebsd-current orders freebsd-java programming Does anyone have any suggestions? TIA, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message