aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/dmarc.conf
blob: fad8c9bf2c71ca45cb127936eef9e8d150d02669 (plain)
1
2
3
4
5
dmarc {
    .include(try=true,priority=5) "${DBDIR}/dynamic/dmarc.conf"
    .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/dmarc.conf"
    .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dmarc.conf"
}