1
0
miroir de https://github.com/rspamd/rspamd.git synchronisé 2024-07-30 08:18:31 +02:00
rspamd/conf/modules.d/mid.conf

29 lignes
927 B
Plaintext
Brut Vue normale Historique

2016-09-17 11:01:10 +02: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/mid.conf' to add and merge
# parameters defined inside this section
2016-09-17 11:01:10 +02:00
#
2019-09-21 10:50:21 +02:00
# You can modify 'override.d/mid.conf' to strictly override all
# parameters defined inside this section
2016-09-17 11:01:10 +02: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-09-17 11:01:10 +02:00
#
2019-09-21 10:50:21 +02:00
# Module documentation can be found at https://rspamd.com/doc/modules/mid.html
2016-09-17 11:01:10 +02:00
mid = {
2019-06-01 22:57:42 +02:00
source = {
url = [
"https://maps.rspamd.com/rspamd/mid.inc.zst",
2019-09-17 09:35:41 +02:00
"$LOCAL_CONFDIR/local.d/maps.d/mid.inc",
2019-06-01 22:57:42 +02:00
"$LOCAL_CONFDIR/local.d/mid.inc",
2019-09-17 09:35:41 +02:00
"fallback+file://${CONFDIR}/maps.d/mid.inc"
2019-06-01 22:57:42 +02:00
];
}
2016-09-17 11:01:10 +02:00
2019-06-01 22:57:42 +02:00
.include(try=true,priority=5) "${DBDIR}/dynamic/mid.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/mid.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/mid.conf"
2016-09-17 11:01:10 +02:00
}