blob: 291e6150f7ec2cf43d40e1c21b904ff6e1817a6b [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001# Socket to listen on (UDP and TCP from rspamd 1.3)
2bind_socket = "*:11445";
3allow_update = ["127.0.0.1", "::1"];
4# Number of processes to serve this storage (useful for read scaling)
5count = 1;
6# Backend ("sqlite" or "redis" - default "sqlite")
7backend = "redis";
8# Hashes storage time (3 months)
9expire = 90d;
10# Synchronize updates to the storage each minute
11sync = 1min;
12