use ip address instead of alias name

master
carazzim0 2017-02-16 19:55:07 +01:00
parent b0d8f6cd46
commit d295435cad
1 changed files with 2 additions and 2 deletions

View File

@ -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'
})