From: Mark Martinec (no email)
Date: Mon Jun 03 2002 - 09:20:05 EDT
Daniel,
| Thanks for your tips.
| Well we have about 500 accounts - all running over ldap in my new setup.
| The only thing that would make sense is the inverse of the virus_lovers
| thing. I would need a virus_haters hash :)
You already have it, just use the proper combination in ACL,
and append a catchall pattern that will theat all the rest
as virus_lovers (or @bypass_checks_acl, which is perhaps more
suitable for your needs)
You can use:
@bypass_checks_acl = qw( !.example.com . );
which means:
- if recipient domain is example.com or its subdomain,
DO NOT bypass checks (use of '!'),
- otherwise (everything is a subdomain of '.') DO BYPASS checks.
Mark
-
To unsubscribe, send mail to with content
(not subject): unsubscribe postfix-users
|
|
|