SUMMARY: "makemap" on sendmail 8.9.3

From: Jeffrey Liu (jliu@aptix.com)
Date: Tue Sep 14 1999 - 11:19:36 CDT


Solaris doesn't support berkely hash database by default.
Change to 'dbm' will works.

FEATURE ('access_db', 'dbm -o /etc/mail/access')
# makemap dbm /etc/mail/access < /etc/mail/access

Or, get berkelydb, compile it then compile makemap using berkelydb.

Thanks to:
erin@younetwork.com
paul.wood@pobox.com
zdjod@lif.de
carl@bl.echidna.id.au
efritz@GLJA.com
carle@vianet.on.ca

------------- Begin Forwarded Message -------------

Date: Mon, 13 Sep 1999 18:11:22 -0700 (PDT)
From: Jeffrey Liu <jliu@aptix.com>
Subject: "makemap" on sendmail 8.9.3
To: sun-managers@sunmanagers.ececs.uc.edu
MIME-Version: 1.0
Content-MD5: i6X/EubEHsyx3U32GoHh9Q==

I'm making sendmail.cf file on Solaris 2.6
One of the FEATURE I added to solaris.mc is:
FEATURE ('access_db', 'hash -o /etc/mail/access')

Then I create a /etc/mail/access file and run
# makemap hash /etc/mail/access < /etc/mail/access
makemap: Type hash not supported in this version

The "makemap" is compiled with sendmail, and man page
show 'hash' option but why command line got problem?

------------- End Forwarded Message -------------

 



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:13:26 CDT