Merge pull request #219 from mkuron/size

Remove rspamd size limit
master
André Peters 2017-04-24 20:45:04 +02:00 committed by GitHub
commit 238c3d8928
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ redis {
};
tempdir = /tmp;
tempfiles_mode = 00600;
max_size = 20M;
strict_auth = yes;
use_dcc = no;
limits {

View File

@ -1,6 +1,5 @@
clamav {
attachments_only = false;
max_size = 20000000;
symbol = "CLAM_VIRUS";
type = "clamav";
log_clean = true;