From owner-freebsd-bugs Thu Mar 4 10:40:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE33915103 for ; Thu, 4 Mar 1999 10:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA23457; Thu, 4 Mar 1999 10:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CBD4B150FF; Thu, 4 Mar 1999 10:30:55 -0800 (PST) Message-Id: <19990304183055.CBD4B150FF@hub.freebsd.org> Date: Thu, 4 Mar 1999 10:30:55 -0800 (PST) From: agonzalez@globalpc.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10391: The default sendmail.cf file has an extra ' character on the line that defines the access database Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10391 >Category: i386 >Synopsis: The default sendmail.cf file has an extra ' character on the line that defines the access database >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 4 10:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Gonzalez >Release: 3.1-RELEASE >Organization: Global PCNet >Environment: FreeBSD backup.globalpc.net 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: The default sendmail.cf file defines an access database around line 100: # Access list database (for spam stomping) Kaccess hash -o /etc/mail/access' There is a trailing ' character on the line, so the database must be named /etc/mail/access'.db I don't know if this is a problem with the sendmail distribution or with the config file getting messed up a bit just in freebsd 3.1. In my particular case, I spent a few hours trying to figure out why my access.db wouldn't work, until I decided to remove the '-o' option from the Kaccess line in sendmail.cf. At that point, sendmail complained that it couldn't find /etc/mail/access'.db which made me look closer at sendmail.cf and figure out what was wrong. >How-To-Repeat: Try to use the access.db feature in sendmail >Fix: Remove the tick (') ! Maybe put this into the ERRATA.txt file for 3.1-RELEASE? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message