From owner-freebsd-questions@FreeBSD.ORG Tue Nov 28 18:15:41 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 CC92716A503 for ; Tue, 28 Nov 2006 18:15:41 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D66243EDE; Tue, 28 Nov 2006 18:13:15 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id kASICYRa035697; Tue, 28 Nov 2006 12:12:35 -0600 (CST) Message-Id: <6.0.0.22.2.20061128121128.024a9888@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 28 Nov 2006 12:12:27 -0600 To: bsd-questions@freebsd.org, freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20061128151706.GC78205@server.idefix.loc> References: <20061127032030.GH8339@server.idefix.loc> <456AC5FF.60402@unsane.co.uk> <20061128151706.GC78205@server.idefix.loc> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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 18:15:42 -0000 SASL can and does fine with stronger authentication. However, some clients do not. Specifically Outlook doesn't support stronger authentication. -Derek At 09:17 AM 11/28/2006, Matthias Fechner wrote: >Hi, > >* Vince [27-11-06 11:03]: > > define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5') > > TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5') > >thx for all the answers even the PMs I got. >I found the problem now: >The problem is/was if you have the two lines: >define(confAUTH_MECHANISMS', LOGIN PLAIN DIGEST-MD5 CRAM-MD5') >TRUST_AUTH_MECH(LOGIN PLAIN DIGEST-MD5 CRAM-MD5') > >sendmail uses the sasldb for authentification but if you replace them >with: >define(confAUTH_MECHANISMS',PLAIN LOGIN')dnl >TRUST_AUTH_MECH(PLAIN LOGIN')dnl > >everythings works fine. > >So it is necessary to disable strong authentification. It seems that >the saslauthd cannot handle it :( > >Best regards, >Matthias > >-- > >"Programming today is a race between software engineers striving to >build bigger and better idiot-proof programs, and the universe trying to >produce bigger and better idiots. So far, the universe is winning." -- >Rich Cook >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.