From owner-freebsd-questions@FreeBSD.ORG Mon May 5 14:46:43 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 07D9137B401; Mon, 5 May 2003 14:46:43 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC83943F85; Mon, 5 May 2003 14:46:41 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h45LkfIV094949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 May 2003 14:46:41 -0700 (PDT) Received: (from gshapiro@localhost)h45Lke5T094948; Mon, 5 May 2003 14:46:40 -0700 (PDT) Date: Mon, 5 May 2003 14:46:40 -0700 From: Gregory Neil Shapiro To: "Scot W. Hetzel" Message-ID: <20030505214640.GR73344@horsey.gshapiro.net> References: <016901c311ae$820c9430$13fd2fd8@Admin02> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <016901c311ae$820c9430$13fd2fd8@Admin02> User-Agent: Mutt/1.5.4i cc: gshapiro@freebsd.org cc: freebsd-ports@freebsd.org cc: FreeBSD Questions List 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 21:46:43 -0000 > "/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')