1

Topic: Spam Quarantined problem

using centos 6.0
iRedAdmin-Pro     v1.6.3 (LDAP)

Hello I recently purchased iredadminpro and everything is installed and working fine however nothing ever seem to go into quarantine or junk folders on accounts but i do see a ***spam*** tag on messages in peoples in-boxes.

How do I fix this?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Spam Quarantined problem

OK Looks like Zhang was able to help me hopefully resolve this issue. He had me check in centos /etc/amavisd/amavisd.conf and sure enough the config settings were not there. Below is what i added and restarted amavis service. I will await to see if messages start getting quarantined.

OK thank you very much i added it now here is how it looks

$final_virus_destiny      = D_DISCARD;
$final_banned_destiny     = D_BOUNCE;
$final_spam_destiny       = D_DISCARD;
$final_bad_header_destiny = D_BOUNCE;
$spam_quarantine_to = 'spam-quarantine';
$spam_quarantine_method = 'sql:';
$virus_quarantine_to = 'virus-quarantine';
$virus_quarantine_method = 'sql:';
# $bad_header_quarantine_method = undef;


thanks for your very fast help. My goal is to get all of my users and domains on this once it's all working 100%.

3

Re: Spam Quarantined problem

You can test it this way:

*) Compose an email with your favourite mail client, e.g. Thunderbird, Outlook. But not webmail.
*) Open this URL with web browser: http://spamassassin.apache.org/gtube/gtube.txt
*) Copy the whole web content of above URL to your email
*) Send out this email to yourself or another testing account (Don't send spam to others)

Ideally, this testing email will be quarantined, and you can manage it with iRedAdmin-Pro.

Screenshot for your reference:
http://screenshots.iredmail.googlecode. … ntined.png