1

Topic: Content-Checker / Whitelist Problem

======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Debian 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
====

Hi,

our customer has a problem with blocked content.
He regularly receives mp3 files from a production company and needs to review them.

Anytime an mp3 File is sent, the file is blocked.

We tried to solve it by adding:
* The senders email to the personal whitelist
* The senders domain to the personal whitelist

We also made sure IRedAPD uses "amavisd_wblist".

But the files are still blocked.

How can we solve this ?

Thank you.

Frank

----

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

2

Re: Content-Checker / Whitelist Problem

Few solutions, choose the best one for you:

*) Login to iRedAdmin-Pro, go to account profile page of this user, click tab "Spam Policy", disable banned file type checks for this user.
*) Open file /etc/amavis/conf.d/50-user, make sure file extension 'mp3' is not listed in parameter "$banned_namepath_re =".

First one is per-user spam policy, second one allows mp3 file server-wide.

3

Re: Content-Checker / Whitelist Problem

Hi Zhang,

thanks for the reply.
Of course this is a solution. Thank you.

From my understanding though, whitelisting a sender should skip these checks in total.

Greets,
Frank

4

Re: Content-Checker / Whitelist Problem

srd2010 wrote:

From my understanding though, whitelisting a sender should skip these checks in total.

Whitelisted senders doesn't bypass "banned file checks" by default. sad