Date: Wed, 24 Feb 1999 11:30:29 -0800 (PST) From: Brion Moss <brion@queeg.com> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/10310: sample freebsd.mc has wrong `tics Message-ID: <199902241930.LAA25954@congerie.queeg.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902241930.LAA25954>
