mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-04-19 21:38:00 +02:00
13 lines
277 B
Plaintext
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
|