[Exim] [PATCH] exim-4.04 support non-HASH db files

Pàgina inicial
Delete this message
Reply to this message
Autor: Kevin P. Fleming
Data:  
A: exim-users
Assumpte: [Exim] [PATCH] exim-4.04 support non-HASH db files
This is a multi-part message in MIME format.
--
Well, I found the problem I was having doing a db lookup into a Cyrus IMAPD
mailboxes.db file... Cyrus uses BTREE-style files, and Exim uses only
HASH-style files, and assumes that's all you'd ever want to look into.

The attached patch modifies the behavior of exim-4.04 (only for when db3 is
in use) to allow the file to be any format if it's being opened in read-only
mode, but specify DB_HASH if it's not (like when exim is actually creating a
new db file). This works great for me, exim has no trouble reading
previously created exim db files, but now can also read Cyrus db files.
--
[ exim-dblookup-patch of type application/octet-stream deleted ]
--