On 4/2/2016 11:17 AM, [email protected] wrote: > In my > > smtpd_helo_restrictions > > I've had a > > check_helo_access lmdb:/path/table > > I want to add a 2nd table to check. > > Is the correct usage for multiple tables for the same check type to use 2 > separate instances, e.g. > > check_helo_access lmdb:/path/table1 > check_helo_access pcre:/path/table2.pcre
the above is correct; for each table, use a separate check_..._access statement. The docs show using a single table with a check_..._access statement. > > or in one line > > check_helo_access lmdb:/path/table1,pcre:/path/table2.pcre No. -- Noel Jones
