Hi, I tried to setup some rewriting rule based on a map. (it's sendmail Version: 8.6.12,Revision: 8)
Relevant line in sendmail.cf: Kuser dbm -a.generic /etc/generics Other types of maps aren't supported: Nov 22 00:28:01 dc1ik sendmail[8115]: NOQUEUE: SYSERR(root): /etc/sendmail.cf: line 120: readcf: map user: class hash not available Nov 22 00:28:42 dc1ik sendmail[8133]: NOQUEUE: SYSERR(root): /etc/sendmail.cf: line 120: readcf: map user: class btree not available But makemap doesn't buiild neither one. Looks like it hasn't any dbm support build into: # makemap hash generics < generics makemap: Type hash not supported in this version # makemap dbm generics < generics makemap: Type dbm not supported in this version # makemap btree generics < generics makemap: Type btree not supported in this version So I can't create the map database. The doc in /usr/doc/sendmail say this should work.. Does anyone have any idea? What am I doing wrong, or is the makemap/sendmail incomplete? Olaf -- ---------------------------------------------------------------- ! [EMAIL PROTECTED] [EMAIL PROTECTED] ! ! <A HREF="http://inss1.etec.uni-karlsruhe.de/~erb/">click</A> ! ----------------------------------------------------------------

