SUMMARY: compile sendmail support access_db on solaris 2.6

From: Ö£ÁøÇå (zhenglq@public.hk.hi.cn)
Date: Fri Feb 12 1999 - 00:34:27 CST


Original Post:

> Hello all
>
> How can i compile a sendmail which support FEATURE(access_db) on a solaris 2.6?
> We have GNUgcc and GNUm4 and BerkeleyDB on our server.
>
> We use command "sh Build" to compile sendmail, config sendmail with the FEATURE(`access_db').
> When we run the "sendmail -v -bi', it told us "readcf :map access: class hash not available."
>
> If we compile the sendmail with "sh Build -I/BerkeleyDB/include -L/BerkeleyDB/lib",then no error
> occur when run "sendmail -v -bi".But the /etc/mail/access is not take effect!
>
> what's the matter?
>

Dave McFerren <davem@solve.net> wrote :

Remember to make a new sendmail.cf file using the files in the cf/cf directory.
It looks like you have a reference to a hash type of database in your
sendmail.cf file, but your machine doesn't understand the hash type of database
coding. Change the lines that says

Kaccess hash -o /etc/mail/access

to

Kaccess dbm -o /etc/mail/access

then create the /etc/mail directory if it is not already there, and create an
access file as stated in the README in the cf subdirectory.

then to create your access database, type

makedbm access access

and an access database that your .cf file references will be used.

Thanks to all:

Dave McFerren
Jeffrey Graham
Eric Lewandowski
Brian
Wayne E. Smith
Raymond P. Delaney Jr.
--------------------------

zheng.liuqing



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