<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div><div><br/></div><div>I've set up an installation of amavis-new 2.7.1 and it is working fine.</div><div><br/></div><div>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.</div><div><br/></div><div>My configuration looks like this so far:</div><div><div><br/></div><div>$final_virus_destiny      = D_DISCARD;</div><div>$final_banned_destiny     = D_DISCARD;</div><div>$final_unchecked_destiny  = D_PASS;</div><div>$final_spam_destiny       = D_DISCARD;</div><div>$final_bad_header_destiny = D_DISCARD;</div></div><div><br/></div><div><div>$virus_quarantine_to      = 'virus-quarantine';</div><div>$banned_quarantine_to     = 'banned-quarantine';</div></div><div><div>$unchecked_quarantine_to  = undef;</div><div>$spam_quarantine_to       = 'spam-quarantine';</div><div>$bad_header_quarantine_to = 'bad-header-quarantine';</div><div>$clean_quarantine_to      = undef;</div><div>$archive_quarantine_to    = undef;</div><div><br/></div><div><div>$virus_quarantine_method              = 'sql:';</div><div>$banned_files_quarantine_method       = 'sql:';</div><div>$spam_quarantine_method               = 'sql:';</div><div><div>$bad_header_quarantine_method         = 'sql:';</div><div>$unchecked_quarantine_method          = undef;</div><div>$clean_quarantine_method              = undef;<br/></div><div>$archive_quarantine_method            = undef;</div><div><br/></div><div>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.</div><div><br/></div><div>Can someone point me in the right direction?</div><div><br/></div><div>Best regards,</div><div>Daniel</div></div></div></div><div><br/></div></div></body></html>