hello list,
i want my users to be able to send banned content files.
my goal is to have a map in amavis where i can set which user is
allowed to send banned content.
[email protected] is allowed to send,
[email protected] is NOT allowed to send,
banned content.
i tried ago this one:
$policy_bank{'MYNETS'} = { # mail originating from @mynetworks
originating => 1, # is true in MYNETS by default, but let's make it
explicit
os_fingerprint_method => undef, # don't query p0f for internal
clients
bypass_banned_checks_maps => [1],
}
and set above
@mynetworks = qw( 127.0.0.0/8 );
but when i try to send via webmail a banned content , it get
quarantined.
2nd:
how do enable that amavid lets thru all badh and dont quarantine them?
many thanks from hamburg
marko