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&#39;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>&#36;final_virus_destiny &nbsp; &nbsp; 
>> &nbsp;= D_DISCARD;</div><div>&#36;final_banned_destiny &nbsp; &nbsp; = 
>> D_DISCARD;</div><div>&#36;final_unchecked_destiny &nbsp;= 
>> D_PASS;</div><div>&#36;final_spam_destiny &nbsp; &nbsp; &nbsp; = 
>> D_DISCARD;</div><div>&#36;final_bad_header_destiny = 
>> D_DISCARD;</div></div><div><br/></div><div><div>&#36;virus_quarantine_to 
>> &nbsp; &nbsp; &nbsp;= 
>> &#39;virus-quarantine&#39;;</div><div>&#36;banned_quarantine_to &nbsp; 
>> &nbsp; = 
>> &#39;banned-quarantine&#39;;</div></div><div><div>&#36;unchecked_quarantine_to
>>  &nbsp;= undef;</div><div>&#36;spam_quarantine_to &nbsp; &nbsp; &nbsp; = 
>> &#39;spam-quarantine&#39;;</div><div>&#36;bad_header_quarantine_to = 
>> &#39;bad-header-quarantine&#39;;</div><div>&#36;clean_quarantine_to &nbsp; 
>> &nbsp; &nbsp;= undef;</div><div>&#36;archive_quarantine_to &nbsp; &nbsp;= 
>> undef;</div><div><br/></div><div><div>&#36;virus_quarantine_method &nbsp; 
>> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 
>> &#39;sql:&#39;;</div><div>&#36;banned_files_quarantine_method &nbsp; &nbsp; 
>> &nbsp; = &#39;sql:&#39;;</div><div>&#36;spam_quarantine_method &nbsp; &nbsp; 
>> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 
>> &#39;sql:&#39;;</div><div><div>&#36;bad_header_quarantine_method &nbsp; 
>> &nbsp; &nbsp; &nbsp; = 
>> &#39;sql:&#39;;</div><div>&#36;unchecked_quarantine_method &nbsp; &nbsp; 
>> &nbsp; &nbsp; &nbsp;= undef;</div><div>&#36;clean_quarantine_method &nbsp; 
>> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 
>> undef;<br/></div><div>&#36;archive_quarantine_method &nbsp; &nbsp; &nbsp; 
>> &nbsp; &nbsp; &nbsp;= 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&#39;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

Reply via email to