On Mon, 2011-09-12 at 12:09 +0200, Manuel Vazquez wrote: > Thx for aid me to solved my question. But i am need query the > information stored in the deliver.db. How do this? With cyradm? O > exists other tool more for query the information saved in deliver.db? You can convert the database to a text file with cvt_cyrusdb - cvy_cyrusdb {souce file} {source format} {destination file} {destination format}. /usr/lib/cyrus-imapd/cvt_cyrusdb /var/lib/imap/deliver.db skiplist /tmp/deliver.txt flat There is also a tool named cyr_dbtool, but documentation/examples are thin and you really need to know the structure of the database in question. ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/