1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-25 16:58:01 +02:00
docker-mailserver/target/rspamd/local.d/settings.conf
Georg Lauterbach a11951e398
hotfix: solve #3665 (#3669)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2023-11-28 10:33:29 +01:00

13 lines
277 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 = [dkim];
}
}
# DMS::SED_TAG::1::END