mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
f28fce9cc4
Co-authored-by: Casper <casperklein@users.noreply.github.com> Co-authored-by: William Desportes <williamdes@wdes.fr>
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
# 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
|