From owner-freebsd-questions@FreeBSD.ORG Tue Nov 28 08:39:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EDC316A403 for ; Tue, 28 Nov 2006 08:39:40 +0000 (UTC) (envelope-from amarendra.godbole@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E8143CF6 for ; Tue, 28 Nov 2006 08:39:29 +0000 (GMT) (envelope-from amarendra.godbole@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1245403pyh for ; Tue, 28 Nov 2006 00:39:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nt+NUhTg+pMsY7GgLPsqqNT65KROXEG2bneG6JO2Rs5qTPfhuFi+sz8yY3nc0bwfNA526sHucHl1nvb/ERjAzgz+GIptGwwD1zWfjOxydB67j6+w64Mbyr8zQsN+LDeK1R1hgiHGMSJ+6iMey2Iv5O0lwxLPXU5G7ZPbJHAxgQI= Received: by 10.35.54.1 with SMTP id g1mr1127349pyk.1164703169957; Tue, 28 Nov 2006 00:39:29 -0800 (PST) Received: by 10.35.108.7 with HTTP; Tue, 28 Nov 2006 00:39:29 -0800 (PST) Message-ID: <294439d20611280039v2b2d5a5fvd410c1637fb62477@mail.gmail.com> Date: Tue, 28 Nov 2006 14:09:29 +0530 From: "Amarendra Godbole" To: freebsd-questions@freebsd.org In-Reply-To: <456AC5FF.60402@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061127032030.GH8339@server.idefix.loc> <456AC5FF.60402@unsane.co.uk> Subject: Re: Sendmail and smtp-auth against passwd 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: Tue, 28 Nov 2006 08:39:40 -0000 On 11/27/06, Vince wrote: > > Matthias Fechner wrote: > > Hi, > > > > i tried to get smtp-auth against the pass working but it is not > > work. I must add users with saslpasswd2 to the sasldb but I want to > > auth my smtp users with there "normal" password without the need to > > add them to an additional db. [...] Okay, this probably does not answer your question, but I have found postfix to be a lot more easier to configure and use than sendmail. You might wish to give it a try. Best, Amarendra