mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
a11951e398
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
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
|