From owner-cvs-all@FreeBSD.ORG Tue May 6 05:32:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2A237B401; Tue, 6 May 2003 05:32:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776C943FD7; Tue, 6 May 2003 05:32:14 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h46CWE0U011210; Tue, 6 May 2003 05:32:14 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h46CWE5E011205; Tue, 6 May 2003 05:32:14 -0700 (PDT) Message-Id: <200305061232.h46CWE5E011205@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 6 May 2003 05:32:14 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl/files Sendmail.README ports/security/cyrus-sasl2/files Sendmail.README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 12:32:15 -0000 ume 2003/05/06 05:32:14 PDT FreeBSD ports repository Modified files: security/cyrus-sasl/files Sendmail.README security/cyrus-sasl2/files Sendmail.README Log: When sending mail localy on a system compiled woth SASL AUTH, the sendmail mail submission program may log the following error on the sasldb file: error: safesasl(/usr/local/etc/sasldb) failed: Group readable file Pine by default is using SMTP, and therfore SMTP AUTH if compiled into sendmail. To disable SMTP AUTH we need to define DAEMON_OPTIONS for the loopback interface. PR: ports/51680 Submitted by: Scot W. Hetzel Revision Changes Path 1.9 +11 -0 ports/security/cyrus-sasl/files/Sendmail.README 1.11 +18 -3 ports/security/cyrus-sasl2/files/Sendmail.README