Amavisd bypass_banned_checks_maps-syntax Hello,
We are using zimbra network edition 5.0.23_GA and i have one question about amavisd configuration.
I would like to disable banned check in amavisd for specific domain. I tried with configuration
@bypass_banned_checks_maps = (new_RE(
'.domain.com',
));
zmamavisdctl reload
But disable all banned check for all e-mails. I also tried
@bypass_banned_checks_maps = (new_RE(
'@domain.com',
));
and i got same result. I tried to found out some examples on net without success.
Does someone can help with syntax?
Thanks and regards! |