Problem with spam quarantine

Mark Martinec Mark.Martinec+amavis at ijs.si
Thu Aug 30 16:18:08 CEST 2012


Nikolaos,

> My problem is I want to quarantine spam mail rather than totally discard
> it, however, although (I think) I have followed directions/manual, spam
> is not being quarantined.
> 
> My config is at the end of this message (as well the server
> initialization log). As you can see, I am using:
>     $final_spam_destiny = D_DISCARD;
> and:
>     $spam_quarantine_method = "local:spam/spam-%n-%m-%i" ;
> What am I doing wrong?

You have quarantining disabled:

> $QUARANTINEDIR = undef;

Set it to:
  $QUARANTINEDIR = '/var/blockedmail';

See:
  http://www.ijs.si/software/amavisd/amavisd-new-docs.html#quarantine


Mark


More information about the amavis-users mailing list