Benedict,

> Is it possible to have the banned contents email in a separate file
> so that it can be edited easily?

I'm not sure if what you are asking was answered by Gary,
or are you asking about quarantining banned contents email
to a separate directory - which is doable, here is an
example from amavisd.conf-sample:

  # Separate quarantine subdirectories virus, spam, banned and badh within
  # the directory $QUARANTINEDIR may be specified by the following settings
  # (the subdirectories need to exist - must be created manually):

  $clean_quarantine_method        = 'local:clean/%m';
  $virus_quarantine_method        = 'local:virus/%m';
  $spam_quarantine_method         = 'local:spam/%m.gz';
  $banned_files_quarantine_method = 'local:banned/%m';
  $bad_header_quarantine_method   = 'local:badh/%m';


Maurizio,

> i would add this question:
> can i quarantine only banned email, not spamming or viruses ones?
> sorry if already answered :(

Yes, same answer as above, set to under or to an empty string
those *_quarantine_method variables for which quarantining
is to be disabled.

   Mark


_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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