On Mon, Sep 23, 2013 at 09:07:56PM +0000, Viktor Dukhovni wrote:
> If you want an indexed table, which
> is not loaded into memory (scales better for large lists, and
> typically does not require a "reload" after updates), then use
> "cdb:", "hash:", "btree:", ...
One more thing, for indexed files each line needs a key and a value, so
the file format changes to:
example.com virtual
example.org virtual
in the case of virtual_mailbox_domains, the the value is irrelevant, but
must be present.
--
Viktor.