Browse Source

[Minor] Fix non-conformant config file

tags/1.5.3
Andrew Lewis 7 years ago
parent
commit
e7ae7d393a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/modules.d/dmarc.conf

+ 1
- 1
conf/modules.d/dmarc.conf View File



dmarc { dmarc {
.include(try=true,priority=5) "${DBDIR}/dynamic/dmarc.conf" .include(try=true,priority=5) "${DBDIR}/dynamic/dmarc.conf"
.include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/dmarc.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/dmarc.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dmarc.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dmarc.conf"
} }

Loading…
Cancel
Save