From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 00:32:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5542B37B401 for ; Thu, 17 Apr 2003 00:32:02 -0700 (PDT) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC17743FD7 for ; Thu, 17 Apr 2003 00:32:01 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from man-97-187.ResHall.Berkeley.EDU (localhost [127.0.0.1]) h3H7SXfY000775 for ; Thu, 17 Apr 2003 00:28:34 -0700 (PDT) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Message-ID: <3E9E57A1.6080801@man-97-187.ResHall.Berkeley.EDU> Date: Thu, 17 Apr 2003 00:28:33 -0700 From: Tak Pui Lou User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: imap-uw setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 07:32:02 -0000 Hi All, I am new to IMAP. I compile the imap-uw port with -DWITH_SSL_AND_PLAINTEXT -DWITH_NETSCAPE_BRAIN_DAMAGE -DWITH_ENTOURAGE_BRAIN_DAMAGE -DWITH_DRAC. It works but it is slow when I open mozilla mail after mozilla starts up. After that, it is not slow. I see the imapd with a state of "sbwait" and "kqread" when it is responding slowly. Am I doing something wrong here? I follow the instruction of editing pam.conf, inetd.conf, and dracd.host. %uname -a FreeBSD man-97-187.ResHall 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Apr 9 21:40:40 PDT 2003 lou@man-97-187.ResHall:/usr/obj/usr/src/sys/SPITFIRE i386 %more /etc/pam.d/imap # # $FreeBSD: src/etc/pam.d/imap,v 1.5 2003/03/08 09:50:11 markm Exp $ # # PAM configuration for the "imap" service # auth required pam_unix.so no_warn try_first_pass account required pam_unix.so try_first_pass session required pam_deny.so %grep -i imap /etc/inetd.conf # example entry for the optional imap4 server imap4 stream tcp nowait root /usr/local/libexec/imapd imapd %more /usr/local/etc/dracd.host localhost I also make a cert under /usr/local/certs/imapd.pem but I am not sure how to use it. Please tell me how to enable SSL with mozilla. --- Lou