1

Topic: Configure iRedAdmin-Pro to manage quarantined mails

Hi Zhang,

After paid ticket upgrade to latest release - the iRedAdmin-Pro management of quarantined emails does not appear to be working.

50-user is configured as follows:

....................................................
# Spam
$final_spam_destiny = D_DISCARD;
$spam_quarantine_method = 'sql:';
$spam_quarantine_to = 'spam-quarantine';

# Virus
$final_virus_destiny = D_DISCARD;
$virus_quarantine_method = 'sql:';
$virus_quarantine_to     = 'virus-quarantine';

# Banned
$final_banned_destiny = D_DISCARD;
$banned_files_quarantine_method = 'sql:';
$banned_quarantine_to = 'banned-quarantine';

# Bad header
$final_bad_header_destiny = D_DISCARD;
$bad_header_quarantine_method = 'sql:';
$bad_header_quarantine_to = 'bad-header-quarantine';
..................................................................

Please see attached for screenshot from Domain level Spam Policy.

I have an email with a banned file that has ended up in quarantine queue (despite above settings).

I am wanting emails with banned file type to go straight to inbox of user and not first to quarantine.

Please advise.

Robert




==== Required information ====
- iRedMail version (check /etc/iredmail-release): v0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes v2.7.0
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

----

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

2

Re: Configure iRedAdmin-Pro to manage quarantined mails

No screenshot attached?

3

Re: Configure iRedAdmin-Pro to manage quarantined mails

Hi Zhang,

False alarm. The email I was referring to above was an out-going email.

I since read the doco and found out that I can bypass banned file checking for out-going emails in the $policy_bank{'ORIGINATING'} block (in 50-user) as follows:

# allow sending any file names and types
    bypass_banned_checks_maps => [1],

Anyway, thanks for the followup.

Regards,

Robert