Hello,

Can someone tell me if I'm right about this ?

In amavisd.conf :
---------------
$final_virus_destiny      = D_DISCARD;
$final_banned_destiny     = D_PASS;
$final_spam_destiny       = D_DISCARD;
$final_bad_header_destiny = D_PASS;

@mynetworks = qw ( 127.0.0.0/8 172.16.0.0/16 );

$policy_bank{'MYNETS'} = {
  bypass_spam_checks_maps => [[qw( .mydomain.cc .mydomain2.cc )]],
  final_spam_destiny => D_BOUNCE,
  $final_virus_destiny => D_BOUNCE;
  $virus_admin = '[EMAIL PROTECTED]';
};
----------------

Question 1:
Now, if someone from out internal network sends a virus, it gets a DSN
back ? Or does the [EMAIL PROTECTED] gets a message ?

Question 2:
If a virus arrives from the outside world, it's get discarded. And
nobody gets a message ?

Thank you for any hints and tips ....

Greetings... Richard


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to