From owner-freebsd-stable@FreeBSD.ORG Tue May 9 19:37:04 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B3D16A487 for ; Tue, 9 May 2006 19:37:04 +0000 (UTC) (envelope-from freebsd@jasons.us) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 818C143D62 for ; Tue, 9 May 2006 19:37:01 +0000 (GMT) (envelope-from freebsd@jasons.us) Received: from mail1.jasons.us ([141.157.27.177]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IZ000HADJTJAWW5@vms040.mailsrvcs.net> for stable@freebsd.org; Tue, 09 May 2006 14:37:01 -0500 (CDT) Date: Tue, 09 May 2006 15:36:55 -0400 (EDT) From: jason X-X-Sender: jason@mail1.jasons.us To: stable@freebsd.org Message-id: <20060509152734.N54136@mail1.jasons.us> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII; format=flowed User-Agent: Pine/4.63 (Not Windows) Cc: Subject: imap w/cleartext on 5.4-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jason List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 19:37:04 -0000 I'm trying to get imap-uw built on 5.4-RELEASE so that it wil allow plaintext logins. (All connections will be from localhost so I'm not concerned with SSL) But it doesn't want to behave itself. I've tried building it this way: # cd /usr/ports/mail/imap-uw # make -DWITH_SSL_AND_PLAINTEXT and it complains that I'm buildling it with plaintext enabled, as it should: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Building in PARTIAL compliance with RFC 3501 security + requirements: + Compliant: ++ TLS/SSL encryption is supported + Non-compliant: ++ Unencrypted plaintext passwords are permitted + + In order to rectify this problem, you MUST build with: ++ SSLTYPE=unix.nopwd +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ but when I install it then telnet there I get: # !telnet telnet 0 143 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS LOGINDISABLED] mail1.jasons.us IMAP4rev1 2004.357 at Tue, 9 May 2006 15:25:26 -0400 (EDT) So somewhere it's still not allowing cleartext log-ins. Any ideas? Alternatively I'd be glad to get squirelmail working with encryption but that doesn't want to work either. Suggestions welcome for either problem. -- -Jason ----- --- There are no ABSOLUTE STATEMENTS I'm very probably wrong. --- "The difference between genius and stupidity is that genius has its limits." - Albert Einstein