From owner-freebsd-ports@FreeBSD.ORG Thu Sep 28 17:02:10 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8E916A47B for ; Thu, 28 Sep 2006 17:02:10 +0000 (UTC) (envelope-from dgerow@afflictions.org) Received: from mail.afflictions.org (mail.afflictions.org [64.235.106.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D6E43D49 for ; Thu, 28 Sep 2006 17:02:09 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from [192.168.1.9] (69.empowerednetworks.com [204.191.209.69]) by mail.afflictions.org (Postfix) with ESMTP id 680D4464BFF for ; Thu, 28 Sep 2006 13:06:22 -0400 (EDT) Message-ID: <451C000F.10101@afflictions.org> Date: Thu, 28 Sep 2006 18:02:07 +0100 From: Damian Gerow User-Agent: Thunderbird 1.5.0.7 (X11/20060927) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Evolution and Exchange X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 17:02:10 -0000 I've been trying to get evolution-exchange to work for a few days now, in my latest run at getting a functional and work-compliant desktop in place, but I'm getting the same errors I've always received. When setting up the account, during evolution's initialization phase, I authenticate to OWA without issue. However, when actually trying to open the mailbox, Evolution prompts me for the password for the account, then again prompts me for a password for the server to which I am redirected, and this latter password is never accepted. So, I'll be prompted for the password to 'dgerow@example.com', then again for 'dgerow@exchange01.example.com' (we have a pool of Exchange servers). The first password is accepted without issue, but the second one is not. Currently, I've managed to coax Evolution into telling me that authentication failed, which I suspect is because I've told it to use plaintext login. When I tell it to use SSL (as our OWA url is https://mail.example.com), it just continuously prompts me for the password, never telling me authentication failed, and never opening the mailbox. Can anyone give a few pointers? It's a bit of a vague problem, and searching both ports@ archives and Google at large hasn't really turned much up that's helpful. I'm using Evolution 2.6.3, Exchange Connector 2.6.3, and Data Server 1.6.3 (which strikes me as odd, but that's what the ports give me). I have seen this issue before, a few months back, with older versions of Evolution, so I suspect it's either user error, or there's something strange about our Exchange configuration that's not letting me do this. (Please Cc: me in your replies; my traditional method of reading ports@ is borked.)