You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
rspamd: disable checks for authenticated users (#3440)
Co-authored-by: Casper <casperklein@users.noreply.github.com> Co-authored-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
12
target/rspamd/local.d/settings.conf
Normal file
12
target/rspamd/local.d/settings.conf
Normal file
@ -0,0 +1,12 @@
|
||||
# documentation: https://rspamd.com/doc/configuration/settings.html
|
||||
|
||||
# DMS::SED_TAG::1::START
|
||||
# Disable all checks for authenticated users
|
||||
authenticated {
|
||||
priority = high;
|
||||
authenticated = yes;
|
||||
apply {
|
||||
groups_enabled = [];
|
||||
}
|
||||
}
|
||||
# DMS::SED_TAG::1::END
|
Reference in New Issue
Block a user