From d295435cad0381f08fe92ced9589ad9a5bfe253d Mon Sep 17 00:00:00 2001 From: carazzim0 Date: Thu, 16 Feb 2017 19:55:07 +0100 Subject: [PATCH] use ip address instead of alias name --- data/conf/rspamd/lua/rspamd.local.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/rspamd/lua/rspamd.local.lua b/data/conf/rspamd/lua/rspamd.local.lua index 0d74e9d0..341046d4 100644 --- a/data/conf/rspamd/lua/rspamd.local.lua +++ b/data/conf/rspamd/lua/rspamd.local.lua @@ -12,13 +12,13 @@ rspamd_config.MAILCOW_MOO = function (task) end local modify_subject_map = rspamd_config:add_map({ - url = 'http://nginx:8081/tags.php', + url = 'http://172.22.1.251:8081/tags.php', type = 'map', description = 'Map of users to use subject tags for' }) local auth_domain_map = rspamd_config:add_map({ - url = 'http://nginx:8081/authoritative.php', + url = 'http://172.22.1.251:8081/authoritative.php', type = 'map', description = 'Map of domains we are authoritative for' })