On Mon, Apr 11, 2011 at 05:39:09PM +0530, kshitij mali wrote: > HI all , > > Which the best lookup for postfix databases from the following one : > > mysql > ldap > hash-db > cdb
Use cdb when you want simple read-only, indexed files. Use btree for Postfix dynamic caches (TLS session cache, verify database, ...) Use LDAP when you need to query a corporate LDAP directory. Use MySQL when you manage user accounts and mailboxes in MySQL. -- Viktor.