From owner-freebsd-questions@FreeBSD.ORG Wed Oct 10 16:15:21 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E7DC16A41B for ; Wed, 10 Oct 2007 16:15:21 +0000 (UTC) (envelope-from tankko@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCCF13C44B for ; Wed, 10 Oct 2007 16:15:21 +0000 (UTC) (envelope-from tankko@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so290169waf for ; Wed, 10 Oct 2007 09:15:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vKgbWqmrbRs8bBPAj8OYIngGFucHKBolFtCaGKPgn/4=; b=tG3W70TB0ta4yZlhm7CBTqRj/2hgdGLGcJZIeGjWDJyPfNWfHjaatpFVOprXUZhXW4xFr1sn03JpurkXuv/q6+NihFSMir3bhLl4Q1LvHSWmMgrYe72QxNYNuXMZZE1ScgYY+rAVYCpiPhZ1g4M/oNfBXJOmt2t4X1fdHgWwIVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rN6CGi2W94nlBYKitixHIp7ILHKIUhOBKbWR7S/iDFhT7xj+8vCi5oTJWrJ69HEeXr4+RZEB/P5AiA6QOucDcNwO7vrvTi4pz/V2B/3aanR2Cte5PLieP2WSN5er0SAVng0PllzxtFYq4PAc+NZc1wrz2W0rpOopg6KD0ZmRFRg= Received: by 10.115.76.1 with SMTP id d1mr966260wal.1192032920838; Wed, 10 Oct 2007 09:15:20 -0700 (PDT) Received: by 10.115.108.14 with HTTP; Wed, 10 Oct 2007 09:15:20 -0700 (PDT) Message-ID: <7fec743f0710100915k7e2c1b61ua4ef366c49de71fa@mail.gmail.com> Date: Wed, 10 Oct 2007 09:15:20 -0700 From: Tankko To: questions@freebsd.org In-Reply-To: <57d710000710091111w50a8f109k2487f49fe26ee6fc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7fec743f0710081830n2e8448b9s96c76d7c15b5d0d9@mail.gmail.com> <57d710000710091111w50a8f109k2487f49fe26ee6fc@mail.gmail.com> Cc: Subject: Re: courier-authlib problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 16:15:21 -0000 > > yea ran into a similar issue yesterday myself. i had to make this > modification in /usr/local/etc/courier-imap/imapd-ssl: > > TLS_PROTOCOL=SSL23 > > believe old default value was: > TLS_PROTOCOL=SSL3 > > HTH > -pete > Thanks! This solved my problem as well! Tankko