mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-10 01:15:00 +02:00
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
b037288e5a
commit
a11951e398
6 changed files with 22 additions and 4 deletions
|
@ -366,6 +366,10 @@ The purpose of this setting is to opt-out of starting an internal Redis instance
|
|||
|
||||
This settings controls whether checks should be performed on emails coming from authenticated users (i.e. most likely outgoing emails). The default value is `0` in order to align better with SpamAssassin. **We recommend** reading through [the Rspamd documentation on scanning outbound emails][rspamd-scanning-outbound] though to decide for yourself whether you need and want this feature.
|
||||
|
||||
!!! note "Not all checks and actions are disabled"
|
||||
|
||||
DKIM signing of e-mails will still happen.
|
||||
|
||||
- **0** => No checks will be performed for authenticated users
|
||||
- 1 => All default checks will be performed for authenticated users
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue