From owner-freebsd-questions@FreeBSD.ORG Wed Oct 10 04:27:59 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 79F4816A419 for ; Wed, 10 Oct 2007 04:27:59 +0000 (UTC) (envelope-from vinny-mail-01+f.questions20071007@palaceofretention.ca) Received: from www.giovannetti.ca (www.giovannetti.ca [206.248.136.48]) by mx1.freebsd.org (Postfix) with ESMTP id 00C5C13C461 for ; Wed, 10 Oct 2007 04:27:58 +0000 (UTC) (envelope-from vinny-mail-01+f.questions20071007@palaceofretention.ca) Received: from the.palaceofretention.ca (intgateway.palaceofretention.ca [10.10.10.42]) by www.giovannetti.ca (Postfix) with ESMTP id AB19B11460; Wed, 10 Oct 2007 00:14:35 -0400 (EDT) Message-ID: <470C4EC0.8060400@palaceofretention.ca> Date: Wed, 10 Oct 2007 00:02:08 -0400 From: Vinny User-Agent: Thunderbird 2.0.0.0 (X11/20070528) MIME-Version: 1.0 To: Tankko References: <7fec743f0710081830n2e8448b9s96c76d7c15b5d0d9@mail.gmail.com> In-Reply-To: <7fec743f0710081830n2e8448b9s96c76d7c15b5d0d9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org 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 04:27:59 -0000 Tankko wrote: > I upgraded one of my servers to courier-authlib-base-0.60.0 from .59 > and I am now getting the following errors in my mail log: > > Oct 8 18:21:47 myserver.net authdaemond: Shared object > "libauthvchkpw.so" not found, required by "authdaemond" > Oct 8 18:21:47 myserver.net authdaemond: Installing libauthpam > Oct 8 18:21:47 myserver.net authdaemond: Installation complete: authpam > Oct 8 18:21:47 myserver.net authdaemond: Installing libauthldap > Oct 8 18:21:47 myserver.net authdaemond: Shared object > "libauthldap.so" not found, required by "authdaemond" > Oct 8 18:21:47 myserver.net authdaemond: Installing libauthmysql > Oct 8 18:21:47 myserver.net authdaemond: Shared object > "libauthmysql.so" not found, required by "authdaemond" > Oct 8 18:21:47 myserver.net authdaemond: Installing libauthpgsql > Oct 8 18:21:47 myserver.net authdaemond: Shared object > "libauthpgsql.so" not found, required by "authdaemond" > I run courier-imap. Each of the courier-authlib-* ports needs to be updated as well. I use courier-authlib and in /var/db/pkg I see: zc{109}/var/db/pkg# ls -dla cour* drwxr-xr-x 2 root 512 Apr 23 23:55 courier-authlib-base-0.58_1/ drwxr-xr-x 2 root 512 Feb 22 2006 courier-authlib-ldap-0.58_1/ drwxr-xr-x 2 root 512 Feb 22 2006 courier-authlib-mysql-0.58_1/ drwxr-xr-x 2 root 512 Feb 22 2006 courier-authlib-pgsql-0.58_1/ drwxr-xr-x 2 root 512 Feb 22 2006 courier-authlib-userdb-0.58_1/ I'm fairly certain they all need to be upgraded together and share the same version. > and > > Oct 8 18:11:33 myserver.net imapd-ssl: couriertls: connect: > error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number > Oct 8 18:12:07 myserver.net imapd-ssl: couriertls: connect: > error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number > Not sure about the SSL error but it may be related to mismatched courier* components. Vinny