I am using qmail v1.03 with the users/assign method.  bin/qmail-newu builds
a cdb database for the assign file and I am trying to use 'cdbget' fromt he
cdb-0.55 package to query data from this database.

I notice the cdbget can recover find records for keys that start with a '+'
but not records that start with a '='.

ie (from users/assign):
=test:qpopd:888:888:/usr/popboxes/test:::
+test2:qpopd:888:888:/usr/popboxes/test2:::

So the following command will find the proper record:
./cdbget \!test2 < /var/qmail/users/cdb && echo ''
result: qpopd888888/usr/popboxes/test2

However this one returns nothing:
./cdbget \!test < /var/qmail/users/cdb && echo ''
result:

Any suggestions?

Thanks,

        Rob
        [EMAIL PROTECTED]

Reply via email to