Topic: (!)loading policy bank "MYUSERS": unknown field ""
==== Required information ====
- iRedMail version (check /etc/iredmail-release): Last
- Linux/BSD distribution name and version: Debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: /var/log/maillog
====
Hi,
(05078-01) (!)loading policy bank "MYUSERS": unknown field ""
(05078-01) (!)loading policy bank "MYUSERS": unknown field "HASH(0x2235550)"Checking the config in 50-users file.
# Apply to mails which coming from internal networks or authenticated users.
# mail supposedly originating from our users
$policy_bank{'MYUSERS'} = {
    # declare that mail was submitted by our smtp client
    originating => 1,
    # enables disclaimer insertion if available
    allow_disclaimers => 1,
    # notify administrator of locally originating malware
    virus_admin_maps => ["root\@$mydomain"],
    spam_admin_maps => [],
    bad_header_admin_maps => [],
    banned_admin_maps => ["root\@$mydomain"],
    # notify sender of malware
    warnbadhsender => 0,
    warnbannedsender => 0,
    # forward to a smtpd service providing DKIM signing service
    #forward_method => 'smtp:[127.0.0.1]:10027',
    # force MTA conversion to 7-bit (e.g. before DKIM signing)
    smtpd_discard_ehlo_keywords => ['8BITMIME'],
    # don't remove NOTIFY=SUCCESS option
    terminate_dsn_on_notify_success => 0,
    # don't perform spam/virus/header check.
    @bypass_spam_checks_maps => [1],
    #@bypass_virus_checks_maps => [1],
    #@bypass_header_checks_maps => [1],
    # allow sending any file names and types
    bypass_banned_checks_maps => [1],
    # Quarantine clean messages
    #clean_quarantine_method => 'sql:',
    #final_destiny_by_ccat => {CC_CLEAN, D_DISCARD},
};I have changed nothing .... I am only "playing" with DKIM and dmarc ....
I have EFA in front of my iredmail.
Thx
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.