Switch to Rspamds milter interface

This commit is contained in:
andryyy
2017-06-06 22:00:34 +02:00
parent c9318ecf83
commit a41cafac3e
5 changed files with 87 additions and 2 deletions

View File

@@ -3,3 +3,12 @@ history_redis {}
worker "log_helper" {
count = 1;
}
worker "rspamd_proxy" {
bind_socket = "rspamd:9900";
milter = true;
upstream {
name = "localhost";
default = true;
hosts = "rspamd:11333"
}
}