From owner-freebsd-questions@FreeBSD.ORG Mon May 5 16:38:34 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 4980C37B401; Mon, 5 May 2003 16:38:34 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4898543F75; Mon, 5 May 2003 16:38:31 -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 h45NcNdR085496; Mon, 5 May 2003 18:38:23 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <03c601c3135f$72800800$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "FreeBSD Questions List" , References: <016901c311ae$820c9430$13fd2fd8@Admin02> <20030505214640.GR73344@horsey.gshapiro.net> Date: Mon, 5 May 2003 18:38:31 -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.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 cc: gshapiro@freebsd.org cc: Hajimu UMEMOTO 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: Mon, 05 May 2003 23:38:34 -0000 From: "Gregory Neil Shapiro" > > "/usr/sbin/sendmail -bs -odb -oem", but then pine continues on inside the if > > sendmail -bs will use SMTP and therefore SMTP AUTH if compiled with it. > You can try changing your submit.mc to turn off AUTH by adding this > line before FEATURE(`msp'): > > DAEMON_OPTIONS(`Name=NoMTA, Addr=127.0.0.1, M=EA') > Thanks Greg, I tested the above on my system, and pine no longer causes the group readable error to occur when sending mail thru sendmail. Scot