On 11 Aug 2016, at 10:18, Richard Klingler wrote:
On Thu, 11 Aug 2016 10:15:04 -0400, Bill Cole wrote:
On 11 Aug 2016, at 6:25, Richard Klingler wrote:
plain helo_checks won't allow regular expression for hostnames.
Why do you believe this?
I have used regexp and pcre tables for helo_checks successfully in
all versions of Postfix from 2.6 to 3.1. My particular patterns don't
catch much since the advent of postscreen, but they definitely do
work.
Might be due to the fact I use hash table:
Well, yes: hash tables don't support regular expressions. You could
switch to pcre or regexp and convert all of your hash-style entries OR
just use both, in separate tables.