add redis and max_size to rmilter config to silence warning
This commit is contained in:
parent
bf7099d389
commit
73be826cca
|
@ -51,6 +51,9 @@ in
|
|||
rspamd.enable = true;
|
||||
extraConfig =
|
||||
''
|
||||
use_redis = true;
|
||||
max_size = 20M;
|
||||
|
||||
${clamav}
|
||||
|
||||
${dkim}
|
||||
|
|
Loading…
Reference in New Issue