Hi,

I'm completely confused of spam-quarantaine...
What I want:
Every user should get his quarantined SPAM in his own special SPAM-folder.
I read about "plus addressing", I read about $spam_quarantaine_to, I read
about @spam_quarantaine_to_maps, which $final_spam_destiny do I have to
choose in combination?
I tried so many configurations and combinations since a couple of days, I
know I'm on the wrong way and completely confused.

Please, is someone so kind to show me the right and complete relevant
settings in amavisd.conf to get this working.

I'm using sendmail-8.13.8 (dual setup RX->amavisd-new->TX),
amavisd-new-2.4.1, slackware-10.2, SpamAssassin version 3.1.5 running on
Perl version 5.8.7, squirrelmail-1.4.8, cyrus-imap-2.2.12

At least I want to achieve that a user can see/delete his spam in
squirrelmail in his own spam-quarantaine folder.
In future (the near one...) the user should be able to modify his own sa
preferences through amavisdnewsql and spam-button plugin in squirrelmail.
But this is another adventure...

Thanks for help.
Regards Andi

The actual behavior is, that every user gets his own spam (hits between
3.35 and 5) normaly deliverd with subject added '****SPAM****'

Here are some settings of my amavisd.conf:
$sa_tag_level_deflt  = -9999.9;
$sa_tag2_level_deflt = 3.35; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 5; # triggers spam evasive actions
$sa_dsn_cutoff_level = 5.01;   # spam level beyond which a DSN is not sent
$sa_quarantine_cutoff_level = 7; # spam level beyond which quarantine is off
$sa_spam_subject_tag = '****SPAM****';
$sa_auto_whitelist = 1;
$notify_method  = 'smtp:[127.0.0.1]:10025';
$forward_method = $notify_method;
$final_virus_destiny      = D_DISCARD;
$final_banned_destiny     = D_BOUNCE;
$final_spam_destiny       = D_DISCARD;
$final_bad_header_destiny = D_BOUNCE;
$virus_admin               = "[EMAIL PROTECTED]";
$mailfrom_notify_admin     = "[EMAIL PROTECTED]";
$mailfrom_notify_recip     = "[EMAIL PROTECTED]";
$mailfrom_notify_spamadmin = "[EMAIL PROTECTED]";
#$mailfrom_to_quarantine = '';
@addr_extension_virus_maps      = ('virus');
@addr_extension_spam_maps       = ('spam');
@addr_extension_banned_maps     = ('banned');
@addr_extension_bad_header_maps = ('badh');
$recipient_delimiter = '+';
$spam_quarantine_to = "[EMAIL PROTECTED]";




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to