|
From: Florent <flo...@ho...> - 2004-04-20 09:44:42
|
Hello spam_haters! I understand that if /var/amavisd/quarantine is a file, this following config will make amavisd send all quarantined mail to this very file. $QUARANTINEDIR="/var/amavisd/quarantine"; $spam_quarantine_to = 'spam-quarantine'; $virus_quarantine_to = 'virus-quarantine'; Is there a way to make the spam_quarantine go to the /var/amavisd/spam_quar file and the virus_quarantine go to the /var/amavisd/virus_quar file for instance ? (not using directories, I like to read in files like in a mailbox). I understand that it's possible to achieve pretty much the same result using 2 user accounts, I was just wondering it was a possibility to have separate $QUARANTINEDIR for spam and viruses ? Thanks! |