mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 23:54:46 +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:
parent
b001f5a140
commit
f28fce9cc4
8 changed files with 77 additions and 8 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue