rspamd/conf/modules.d/dmarc.conf

20 行
713 B
Plaintext
Raw 通常表示 履歴

2016-03-10 20:16:01 +01:00
# Please don't modify this file as your changes might be overwritten with
# the next update.
#
2019-09-21 10:50:21 +02:00
# You can modify 'local.d/dmarc.conf' to add and merge
# parameters defined inside this section
2016-03-10 20:16:01 +01:00
#
2019-09-21 10:50:21 +02:00
# You can modify 'override.d/dmarc.conf' to strictly override all
# parameters defined inside this section
2016-03-10 20:16:01 +01:00
#
2019-09-21 10:50:21 +02:00
# See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories
# for details
2016-03-10 20:16:01 +01:00
#
2019-09-21 10:50:21 +02:00
# Module documentation can be found at https://rspamd.com/doc/modules/dmarc.html
2016-03-10 20:16:01 +01:00
2015-09-16 00:20:40 +02:00
dmarc {
2019-06-01 22:57:42 +02:00
.include(try=true,priority=5) "${DBDIR}/dynamic/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"
}