From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 09:43:03 2003 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> 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 3AF8A37B401 for <freebsd-questions@freebsd.org>; Fri, 4 Apr 2003 09:43:03 -0800 (PST) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F33E43FA3 for <freebsd-questions@freebsd.org>; Fri, 4 Apr 2003 09:43:01 -0800 (PST) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h34HguPv001353; Fri, 4 Apr 2003 11:42:56 -0600 (CST) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h34HgpM2001349; Fri, 4 Apr 2003 11:42:52 -0600 (CST) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Fri, 4 Apr 2003 11:42:51 -0600 (CST) From: Eduardo Viruena Silva <mrspock@esfm.ipn.mx> To: mark tinguely <tinguely@web.cs.ndsu.nodak.edu> In-Reply-To: <200304041500.h34F0Llu029878@web.cs.ndsu.nodak.edu> Message-ID: <20030404112509.M603@Gina.esfm.ipn.mx> References: <200304041500.h34F0Llu029878@web.cs.ndsu.nodak.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: imap-uw and pam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Apr 2003 17:43:03 -0000 On Fri, 4 Apr 2003, mark tinguely wrote: > > I see from your earlier mail that you compiled imap-uw with the > WITH_SSL_AND_PLAINTEXT=yes option, make sure the support package, > "cclient-2002,1" is also compile with the "WITH_SSL_AND_PLAINTEXT" > turned on. Thank you very much, Mark. Yes, indeed, it was the problem. Thanks to the FreeBSD Daemons for inspiring you. I recompiled everything: cclient, imap-uw and pine4 with the options you suggested, and everything worked perfectly. > > I use FreeBSD 4.8, so I can't help you with the PAM items, but they > look correct and your errors look like the "cclient-2002,1" is SSL > only. I installed FreeBSD 5.0-RELEASE just for learning to use it. It was a little scary to find the ports without any changes even though pam was completely reorganized. Maybe it is worth a bug-report/change-request. I saw a message in the ports telling that it could be a good idea include something like: make help in every port to list the options you can use on them. Of course, you can read the Makefile, but I think it is a little too weird to do that. Thank you, again. > > --Mark Tinguely > Eduardo.