add redis and max_size to rmilter config to silence warning

This commit is contained in:
Robin Raymond 2017-09-13 11:55:30 +02:00
parent bf7099d389
commit 73be826cca

View file

@ -51,6 +51,9 @@ in
rspamd.enable = true; rspamd.enable = true;
extraConfig = extraConfig =
'' ''
use_redis = true;
max_size = 20M;
${clamav} ${clamav}
${dkim} ${dkim}