From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 11:42:07 2004 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 6929D16A4CE for ; Wed, 14 Jan 2004 11:42:07 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-44.apple.com [17.250.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2455B43D88 for ; Wed, 14 Jan 2004 11:41:29 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i0EJjOGW028684; Wed, 14 Jan 2004 11:45:24 -0800 (PST) Received: from [10.1.1.193] (nfw2.codefab.com [66.234.138.66]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id i0EJfSU1019292; Wed, 14 Jan 2004 11:41:28 -0800 (PST) In-Reply-To: <20040114181549.67344.qmail@web14914.mail.yahoo.com> References: <20040114181549.67344.qmail@web14914.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 14 Jan 2004 14:41:27 -0500 To: Paulo Roberto X-Mailer: Apple Mail (2.609) cc: questions@freebsd.org Subject: Re: imap-uw port problem on 5.2 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: Wed, 14 Jan 2004 19:42:07 -0000 On Jan 14, 2004, at 1:15 PM, Paulo Roberto wrote: > building imap-uw with: WITHOUT_SSL=YES seems to have no effect. I keep > getting "Login Disabled" messages thru syslog. I searched the net and > found a lot of similar cases like this, but all the solutions I tried > did not work. I had this port on a 4.7 machine and it did install > perfectly. Any ideas? Rebuild the mail/cclient port as well, per /usr/ports/mail/imap-uw/pkg-message: ===> NB: IMAP-UW now rejects non-encrypted logins by default. To change this ===> behaviour, recompile and reinstall cclient and imap-uw ports with one of ===> the following make variables defined: WITHOUT_SSL - build without SSL/encryption support. WITH_SSL_AND_PLAINTEXT - build with SSL/encryption support, but allow non-encrypted logins. -- -Chuck