From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 12:23:41 2005 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 601F616A4D0 for ; Sat, 19 Feb 2005 12:23:41 +0000 (GMT) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8A643D62 for ; Sat, 19 Feb 2005 12:23:41 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id B902A99748E for ; Sat, 19 Feb 2005 13:26:35 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22364-02 for ; Sat, 19 Feb 2005 13:26:27 +0100 (CET) Received: from [80.99.33.169] (catv-506321a9.catv.broadband.hu [80.99.33.169]) by server.t-hosting.hu (Postfix) with ESMTP id 94BBC997485 for ; Sat, 19 Feb 2005 13:26:27 +0100 (CET) Message-ID: <42172FD2.40206@t-hosting.hu> Date: Sat, 19 Feb 2005 13:23:46 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Courier-authlib + CRAM 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: Sat, 19 Feb 2005 12:23:41 -0000 Hello there, I've installed authlib via ports collection and have tried to configure imap to use challenging auth. I used the manpages, where I read that I should configure authlib to use authcram method, thus I modified that file, now there's this line: authmodulelist="authcram authmysql authpam" But when I start the authdaemond, the /var/log/maillog says: Feb 19 12:45:23 server authdaemond: Shared object "libauthcram.so" not found, required by "authdaemond" I've checked the configure parameters of the source but there wasn't any option to control whether this lib is compiled or not. Btw, I've installed it via the ports collection with WITH_MYSQL=YES WITH_POSTGRESQL=YES WITH_LDAP=YES knobs. Please help me getting around this, Cheers, Gábor