Hi,
I've set up an installation of amavis-new 2.7.1 and it is working fine.
The next step was to setup the quarantine to be in a mysql databse what is working also fine besides clean mail getting there as a copy too.
My configuration looks like this so far:
$final_virus_destiny = D_DISCARD;
$final_banned_destiny = D_DISCARD;
$final_unchecked_destiny = D_PASS;
$final_spam_destiny = D_DISCARD;
$final_bad_header_destiny = D_DISCARD;
$virus_quarantine_to = 'virus-quarantine';
$banned_quarantine_to = 'banned-quarantine';
$unchecked_quarantine_to = undef;
$spam_quarantine_to = 'spam-quarantine';
$bad_header_quarantine_to = 'bad-header-quarantine';
$clean_quarantine_to = undef;
$archive_quarantine_to = undef;
$virus_quarantine_method = 'sql:';
$banned_files_quarantine_method = 'sql:';
$spam_quarantine_method = 'sql:';
$bad_header_quarantine_method = 'sql:';
$unchecked_quarantine_method = undef;
$clean_quarantine_method = undef;
$archive_quarantine_method = undef;
I would like to have only virus, banned, spam and bad header mails in the db quarantine. I thought the above configuration would accomplish that but it seems I'm missing something.
Can someone point me in the right direction?
Best regards,
Daniel
