From brion@congerie.queeg.com Sun Feb 28 11:22:42 1999
Return-Path: <brion@congerie.queeg.com>
Received: from congerie.queeg.com (queeg.com [204.95.70.218])
	by hub.freebsd.org (Postfix) with ESMTP id 950D5152A2
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Feb 1999 11:22:15 -0800 (PST)
	(envelope-from brion@congerie.queeg.com)
Received: (from brion@localhost)
	by congerie.queeg.com (8.9.2/8.9.2) id LAA25954;
	Wed, 24 Feb 1999 11:30:29 -0800 (PST)
	(envelope-from brion)
Message-Id: <199902241930.LAA25954@congerie.queeg.com>
Date: Wed, 24 Feb 1999 11:30:29 -0800 (PST)
From: Brion Moss <brion@queeg.com>
Sender: brion@congerie.queeg.com
Reply-To: brion@queeg.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: sample freebsd.mc has wrong `tics
X-Send-Pr-Version: 3.2

>Number:         10310
>Category:       conf
>Synopsis:       access_db line in sample freebsd.mc file is missing a tick
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 28 11:30:00 PST 1999
>Closed-Date:    Sun Feb 28 12:34:09 PST 1999
>Last-Modified:  Sun Feb 28 12:34:45 PST 1999
>Originator:     Brion Moss
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
none
>Environment:

FreeBSD 3.1, Sendmail 8.9.2

>Description:

I copied /usr/src/etc/mail/freebsd.mc and tried to use it to set up
a non-relaying sendmail.cf.  The access_db feature didn't work, which I
finally traced to the line:

	FEATURE(access_db, hash -o /etc/mail/access')dnl

which is supposed to read:

	FEATURE(access_db, `hash -o /etc/mail/access')dnl

>How-To-Repeat:

Build a sendmail.cf off of freebsd.mc, set up an /etc/mail/access.txt file,
and build the hash with:

        /usr/sbin/makemap hash /etc/mail/access < /etc/mail/access.txt

>Fix:
	
Add the backtick.



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dt 
State-Changed-When: Sun Feb 28 12:34:09 PST 1999 
State-Changed-Why:  
Fixed, thanks. 
>Unformatted:
