Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 1998 08:23:55 -0400 (EDT)
From:      Mike <mike@ns1.seidata.com>
To:        Brandon Lockhart <brandon@engulf.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: Problems with makemap (new)
Message-ID:  <Pine.BSF.3.96.980508080920.26775B-100000@ns1.seidata.com>
In-Reply-To: <Pine.BSF.3.96.980507214831.24144A-100000@engulf.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 7 May 1998, Brandon Lockhart wrote:

> Error with makemap when I try to create a "dbm"

Curious...  do you get the same errors when you:

# makemap hash /etc/virtusertable < /etc/virtusertable
# kill -1 <sendmail_pid>

If you edit usmasq/virtusertable/domaintable as much as I do, you'll
benefit from a script such as:

#!/bin/sh
# hash domaintable, usmasq and virtusertable
# returns errors if any of these files do not exist
makemap hash /etc/domaintable < /etc/domaintable
makemap hash /etc/usmasq < /etc/usmasq
makemap hash /etc/virtusertable < /etc/virtusertable

	-mike


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980508080920.26775B-100000>