1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

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

@ -1,4 +1,8 @@
dns {
enable_dnssec = true;
enable_dnssec = true;
}
map_watch_interval = 15s;
dns {
timeout = 4s;
retransmits = 5;
}

View File

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

View File

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