Hi, thank you for the answer and sorry my fault, used a web mailer, that's what you get. Hopefully this mail is better formatted.
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 is 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 Am 16.11.2012 um 09:21 schrieb Patrick Ben Koetter <[email protected]>: > Mr. professormobilux, > > what are you trying to tell us? > > * Daniel da Silva Lopes <[email protected]>: >> <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> > > -- > [*] sys4 AG > > http://sys4.de, +49 (89) 30 90 46 64 > Franziskanerstraße 15, 81669 München > > Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 > Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer > Aufsichtsratsvorsitzender: Joerg Heidrich
