From owner-freebsd-questions Mon Feb 24 6:57:52 2003 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 640DB37B401 for ; Mon, 24 Feb 2003 06:57:51 -0800 (PST) Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A38C843FBF for ; Mon, 24 Feb 2003 06:57:50 -0800 (PST) (envelope-from gernot.weber@quantumnet.de) Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout0.freenet.de with asmtp (Exim 4.12) id 18nK3B-00010E-00 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 15:57:49 +0100 Received: from pd958d403.dip.t-dialin.net ([217.88.212.3] helo=quantumnet.de) by mx0.freenet.de with asmtp (ID gernot.weber@freenet.de) (Exim 4.12 #2) id 18nK3A-0008Kd-00 for freebsd-questions@freebsd.org; Mon, 24 Feb 2003 15:57:49 +0100 Received: from homer.quantumnet.de (localhost [127.0.0.1]) by quantumnet.de (8.12.6/8.12.6) with ESMTP id h1OF15tJ041078 for ; Mon, 24 Feb 2003 16:01:05 +0100 (CET) (envelope-from gernot@homer.quantumnet.de) Received: from localhost (gernot@localhost) by homer.quantumnet.de (8.12.6/8.12.6/Submit) with ESMTP id h1OF14c0041075 for ; Mon, 24 Feb 2003 16:01:05 +0100 (CET) Date: Mon, 24 Feb 2003 16:01:04 +0100 (CET) From: "Gernot A. Weber" To: freebsd-questions@freebsd.org Subject: Re: sendmail auth problems In-Reply-To: <20030223165421.B33435@homer.quantumnet.de> Message-ID: <20030224155553.J40270@homer.quantumnet.de> References: <20030223165421.B33435@homer.quantumnet.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, ok it's working now. Just in case someone wants to know, where the problem was: > dnl set SASL options > TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl > define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl > define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl I changed the last line to: FEATURE(authinfo, `hash -o /etc/mail/authinfo')dnl > to my .mc-file and created /etc/mail/auth-info containing: This file is not needed anymore. authinfo looks like: AuthInfo:relayhost "U:username" "P:password" "M:PLAIN" > Starting sendmail gave me: > > Feb 23 14:54:03 homer sm-mta[32122]: error: safesasl(/usr/local/etc/sa > sldb) failed: Group readable file > Feb 23 14:54:03 homer sm-mta[32123]: starting daemon (8.12.6): SMTP+qu > eueing@00:30:00 > Feb 23 14:54:03 homer sm-msp-queue[32129]: starting daemon (8.12.6): q > ueueing@00:30:00 I chmod'ed sasldb to 600 and chown'ed it to root:wheel Bye, Gernot Weber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message