conf/10310: sample freebsd.mc has wrong `tics

[ Available lists | Index of freebsd-bugs | Month of Feb 1999 | Week of 28 Feb 1999 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Brion Moss <brion@queeg.com>
Date
28 Feb 1999 11:30:19
Subject
conf/10310: sample freebsd.mc has wrong `tics
Message-ID
199902241930.LAA25954@congerie.queeg.com


[ Hide this part ]
 
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 28 11:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Elapsed time: 0.062 seconds