From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 21:43:48 2006 Return-Path: X-Original-To: questions@freebsd.org 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 D6B0016A422 for ; Sun, 29 Jan 2006 21:43:48 +0000 (GMT) (envelope-from isachpaz@igd.fraunhofer.de) Received: from mailgate2.igd.fraunhofer.de (mailgate2.igd.fhg.de [192.44.32.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC5C43D4C for ; Sun, 29 Jan 2006 21:43:42 +0000 (GMT) (envelope-from isachpaz@igd.fraunhofer.de) Received: from localhost (localhost [127.0.0.1]) by mailgate2.igd.fraunhofer.de (Postfix) with ESMTP id CC6582B225; Sun, 29 Jan 2006 22:43:39 +0100 (CET) Received: from [192.168.100.22] (adsl-217-11-34-22.cybernet.ch [217.11.34.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.igd.fraunhofer.de (Postfix) with ESMTP id 8D9001EACD; Sun, 29 Jan 2006 22:43:36 +0100 (CET) Message-ID: <43DD3703.5070405@igd.fraunhofer.de> Date: Sun, 29 Jan 2006 22:43:31 +0100 From: Ilias Sachpazidis User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Martin Schweizer References: <20060129174921.GC31138@saturn.pcs.ms> In-Reply-To: <20060129174921.GC31138@saturn.pcs.ms> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate2.igd.fraunhofer.de Cc: Jon Falconer , questions@freebsd.org Subject: Re: sendmail, sasl, ldap 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: Sun, 29 Jan 2006 21:43:49 -0000 Hi, A comprehensive tutorial, in German, could be found at: http://wiki.bsd-crew.de/index.php/Projektseminar_Mailserver#Einf.FChrung Best regards, Ilias Martin Schweizer wrote: > Hello Jon > > I'm in a similar situation as you. I play now a long time with this. You have > to use cyrus-sasl2-saslauthd (is in ports). After the installation man saslauthd > will explain more details. saslauthd will check the secrets against other > backbone services (saslsb2, ldap, etc.). > > Am Tue, Jan 17, 2006 at 07:53:54PM -0800 Jon Falconer schrieb: > >> Greetings, >> >> I'm trying to implement authenticated sending of email. But I want sasl to >> authenticate against my LDAP server. The how-to in the FreeBSD handbook is >> good but assumes only local authentication. The cyrus-sasl2 and openldap >> ports give hints that it is possible, but I'm just not quite getting it. >> Are there other how-to sites that others have used successfully? Do I need >> to use PAM or does cyrus-sasl know how to directly query an LDAP server? >> I'm running a fresh FreeBSD 6.0-Release system. >> > >