Bypass scanning based on recipient

Dorian ROSSE dorianbrice at hotmail.fr
Wed Apr 21 20:17:12 CEST 2021


What is the job of amavis if it doesn't filtered ?

I am not understanding your using of amavis your like the poop ?

Télécharger Outlook pour Android<https://aka.ms/AAb9ysg>
________________________________
From: amavis-users <amavis-users-bounces+dorianbrice=hotmail.fr at amavis.org> on behalf of Alex <mysqlstudent at gmail.com>
Sent: Wednesday, April 21, 2021 3:55:16 AM
To: amavis-users at amavis.org <amavis-users at amavis.org>
Subject: Bypass scanning based on recipient

Hi,

I'm aware of how to create a policy bank for trusted senders based on
IP address, but I don't understand how to bypass scanning for a
particular recipient on the local host.

I'm currently using amavisd in conjunction with postfix and
spamassassin. Mail is relayed to an internal host through this host.

I'd like to create an address that receives all email from amavis
without first being filtered, even if it's malicious, while all other
users in the domain are filtered.

Where can I find instructions on how to do this?

I understand I can do something like this for the entire domain, but
is it even possible to do it for a single address in the domain?

@spam_lovers_maps = ( ['sampledomain.org'] );
@bypass_spam_checks_maps = ( ['sampledomain.org'] );

Perhaps it has something to do with policy banks?

$policy_bank{'SURVEY'} = {
  originating => 1,
  bypass_virus_checks_maps  => [1],
  bypass_spam_checks_maps   => [1],
  bypass_banned_checks_maps => [1],
  bypass_header_checks_maps => [1],
};

Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.amavis.org/pipermail/amavis-users/attachments/20210421/0d7d63a2/attachment.htm>


More information about the amavis-users mailing list