Remove rspamd size limit
@@ -28,7 +28,6 @@ redis {
};
tempdir = /tmp;
tempfiles_mode = 00600;
-max_size = 20M;
strict_auth = yes;
use_dcc = no;
limits {
@@ -1,6 +1,5 @@
clamav {
attachments_only = false;
- max_size = 20000000;
symbol = "CLAM_VIRUS";
type = "clamav";
log_clean = true;