Patrick,
thanks for answering, but it dont work for me.
i still get "Banned content messages" and mail is not sent out...
Do i also have to set something in the master.cf to enable this
policy_bank ORIGINATING ?
marko, from hamburg
(sorry,hatte vorhin nur auf reply gedrückt)
Am 2013-01-24 13:11, schrieb Patrick Ben Koetter:
* [email protected] <[email protected]>:
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 recommend you let local users send over submission (587) port and
create a
dedicated policy for those senders:
$policy_bank{'ORIGINATING'} = {
originating => 1,
bypass_spam_checks_maps => [1],
bypass_banned_checks_maps => [1],
final_virus_destiny => D_REJECT,
final_bad_header_destiny => D_PASS,
terminate_dsn_on_notify_success => 0,
};
p@rick