Move milter config, increase timeout for DNS

This commit is contained in:
andryyy
2017-06-21 10:18:52 +02:00
parent c40875e8ca
commit 578011c78c
3 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
bind_socket = "rspamd:9900";
milter = true;
upstream {
name = "localhost";
default = true;
hosts = "rspamd:11333"
}