Remove rspamd size limit
This ensures that the spam and antivirus filters cannot be evaded by making the message large enough. Rspamd does not need a size limit on its own (e.g. for DoS protection) as Postfix already has a size limit (message_size_limit).
This commit is contained in:
@@ -28,7 +28,6 @@ redis {
|
||||
};
|
||||
tempdir = /tmp;
|
||||
tempfiles_mode = 00600;
|
||||
max_size = 20M;
|
||||
strict_auth = yes;
|
||||
use_dcc = no;
|
||||
limits {
|
||||
|
Reference in New Issue
Block a user