[email protected]:
> Wietse,
>
> On Fri, Apr 8, 2016, at 10:04 AM, [email protected] wrote:
> > > Writing to the postscreen access list (with fail2bain etc.) is
> > > generally not supported. It can be done with LMDB but only if you
> > > use the locking protocol described in lmdb_table(5). Otherwise the
> > > result will be incorrect.
>
> Does that^ imply that I can replace the cidr_table for postscreen_access with
> an lmdb_table?
No. You would use CIDR for address ranges, LMDB for individual
IP addresses.
Wietse