Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
Hello!
We use this for quarantines:
$virus_quarantine_method = 'local:virus/virus-%b-%i-%n';
$spam_quarantine_method = 'local:spam/spam-%b-%i-%n';
We would like to insert a domain-based directory level below
spam and virus, like this:
/var/virusmails/spam/domain1/spam-%b-%i-%n
/var/virusmails/spam/domain2/spam-%b-%i-%n
/var/virusmails/virus/domain1/virus-%b-%i-%n
/var/virusmails/virus/domain2/virus-%b-%i-%n
An even better quarantine structure for us would be like this, with
the date in the directory name:
/var/virusmails/spam/domain1/20041222/spam-%b-%i-%n
/var/virusmails/spam/domain2/20041222/spam-%b-%i-%n
/var/virusmails/virus/domain1/20041222/virus-%b-%i-%n
/var/virusmails/virus/domain2/20041222/virus-%b-%i-%n
Is it possible to do one or both of the above?
I would much prefer not having to change anything other than
amavisd.conf if possible.
Many thanks!
Peter Olsson pol@leissner.se
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
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/
|