On Thu, Jul 02, 2020 at 01:58:20PM -0300, Silas wrote: > On Thu, Jul 02, 2020 at 02:55:25PM -0200, Viktor Dukhovni wrote: > >See http://www.postfix.org/MULTI_INSTANCE_README.html#quick > > Going to take a look at that. Thanks! > > >Why regexp? Indexed files are easier to understand and manage > >correctly, and even do "partial" lookup keys for you... > > You mean hash? I was just playing with regexp at the time, I've already > changed regexp to hash.
I tend to use "cdb", but Berkeley DB "hash" is essentially equivalent. -- Viktor.