OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Wildcards in access files

From: Wietse Venema (wietseporcupine.org)
Date: Tue Jun 06 2006 - 20:33:43 CDT


David Hooton:
> Hi All,
>
> I'm implementing sender verification for one of our sites and am using
> the hash file method outlined at
> http://www.postfix.org/ADDRESS_VERIFICATION_README.html#forged_sender
>
> Is it possible to wildcard a domain using this method? We have a
> couple of domains which we're regularly spammed from random subdomains
> of and I'd like to implement a wildcard to catch them.

NO with indexed tables (hash, btree, cdb).

YES with sequential tables (cidr, pcre, regexp).

        Wietse