From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 16:04:24 2003 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 0B4F737B401; Tue, 29 Apr 2003 16:04:24 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC63E43FB1; Tue, 29 Apr 2003 16:04:21 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h3TN4HdR022827; Tue, 29 Apr 2003 18:04:17 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <01e301c30ea3$aade0140$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "David Babler" References: <20030428184857.V33294@rigel.orionsys.com> <01b001c30e9d$cbbf6bc0$13fd2fd8@Admin02> <20030429152456.R33294@rigel.orionsys.com> Date: Tue, 29 Apr 2003 18:04:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.5 required=8.0 tests=REFERENCES,SPAM_PHRASE_00_01,USER_AGENT_OE version=2.43 cc: FreeBSD Questions List cc: freebsd-ports@freebsd.org Subject: Re: Cyrus-SASL + sendmail 8.12.9 + "group writable file" 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: Tue, 29 Apr 2003 23:04:24 -0000 Check if your sendmail supports the GroupReadableSASLDBFile option with: # strings /usr/libexec/sendmail/sendmail | grep groupreadablesasldbfile groupreadablesasldbfile Did you at some point install one of the mail/sendmail ports? If you did, then it might be possible that your still using the ports sendmail binary and not the binary from the installworld. Check /etc/mail/mailer.conf: sendmail /usr/libexec/sendmail/sendmail send-mail /usr/libexec/sendmail/sendmail mailq /usr/libexec/sendmail/sendmail newaliases /usr/libexec/sendmail/sendmail hoststat /usr/libexec/sendmail/sendmail purgestat /usr/libexec/sendmail/sendmail Is /usr/sbin/sendmail a link to /usr/sbin/mailwrapper? Scot