On Wed, Sep 01, 2010 at 03:49:44PM +0200, Frank Bonnet wrote: > Hello > > is it possible to have several declared files/db in > the relay_recipient_maps statement ?
Yes, but it is a bad idea, multiple indexed files increase lookup disk I/O cost and especially with Berkeley DB 2.x and later, increase the per-process memory footprint. -- Viktor.