Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Sep 1999 15:17:51 -0600
From:      Chris Fedde <cfedde@fedde.littleton.co.us>
To:        "Christopher T. Griffiths" <cgriffiths@quansoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sendmail question 
Message-ID:  <199909072117.PAA09771@fedde.littleton.co.us>
In-Reply-To: Your message of "Tue, 07 Sep 1999 14:16:22 EDT." <Pine.BSF.4.10.9909071358590.3395-100000@defiant.quansoo.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Christopher T. Griffiths" writes:
    Hi,
    
    Does anyone know of a way to get newaliases to rebuild a btree formatted
    alias file.
    
The alias files must be hash structure.  And userdb is not an alias
file (even though it almost works like one).  Newaliases is a link
to the sendmail binary, it is the same as running 'sendmail -bi'.
Makemap is a separate binary.  The 8.9.3 sendmail binary does not
know how to build any db files except alias files.  So it is not
possible to meet your goal with sendmail directly.  Still it is
easy enough to write up a make file to help you remember what
commands to run to keep your various database files up to date.

If you haven't done it yet I'd recomend that you look over the offerings at

    www.sendmail.org

chris

__
Chris Fedde	  <cfedde@fedde.littleton.co.us>
303 773 9134


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909072117.PAA09771>