1

Topic: Amavis

==== Required information ====
- iRedMail version (check /etc/iredmail-release):      v0.9.5-1
- 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? v2.4.0
- Related log if you're reporting an issue:
====

In the Logwatch statistic of amavis I always got

**Unmatched Entries**
      816   () (!)loading policy bank "ORIGINATING": unknown field "warnvirussender"
      816   () (!)loading policy bank "ORIGINATING": unknown field "warnspamsender"

Should I just set warnvirussender and warnspamsender to 0 to 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: Amavis

frank.daeuble wrote:

Should I just set warnvirussender and warnspamsender to 0 to fix this?

Comment out or remove them from $policy_bank{'ORIGINATING'} = {} block.

3

Re: Amavis

Thank you for the fast answer.