You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
- spamd {
- servers = r:localhost:11333;
- whitelist = 127.0.0.1/32, 192.168.0.0/16, [::1]/128;
- };
-
- redis {
- servers_id = localhost;
- id_prefix = "message_id.";
- };
-
- tempdir = /tmp;
- max_size = 10M;
|