[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Caldera, makemap, sendmail and dbm



On Jul 3, 11:54pm, Chance Ellis wrote:
> Subject: Caldera, makemap, sendmail and dbm
> I am using Caldera Open Linux 2.2 with sendmail 8.9.3.
>
> I want to setup Virtual hosting for sendmail. I have added the Kvirtuser
> line to the sendmail.cf but when I try to compile my vitrusertable file with
> makemap it fails. The command you are supposed to use is:
>             makemap dbm /etc/virtusertable < sourcefile
> I do this and I get an error returned:
>                 makemap: Type dbm not supported in this version
> Any ideas??

try makemap btree /etc/virtusertable < sourcefile

Diffrent versions of senamil seem to like diffrent data file formats.  Let me
know if this works,  I've always rebuilt my sendmail.cf with the m4 utility to
make a change like hosting vs. not hosting.