mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
# rspamd.conf.local
|
|
history_redis {}
|
|
worker "log_helper" {
|
|
count = 1;
|
|
}
|
|
worker "rspamd_proxy" {
|
|
bind_socket = "rspamd:9900";
|
|
milter = true;
|
|
upstream {
|
|
name = "localhost";
|
|
default = true;
|
|
hosts = "rspamd:11333"
|
|
}
|
|
}
|