commit
d4c3d35cb6
|
@ -12,13 +12,13 @@ rspamd_config.MAILCOW_MOO = function (task)
|
||||||
end
|
end
|
||||||
|
|
||||||
local modify_subject_map = rspamd_config:add_map({
|
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',
|
type = 'map',
|
||||||
description = 'Map of users to use subject tags for'
|
description = 'Map of users to use subject tags for'
|
||||||
})
|
})
|
||||||
|
|
||||||
local auth_domain_map = rspamd_config:add_map({
|
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',
|
type = 'map',
|
||||||
description = 'Map of domains we are authoritative for'
|
description = 'Map of domains we are authoritative for'
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
|
<?php
|
||||||
require_once 'inc/vars.inc.php';
|
require_once 'inc/vars.inc.php';
|
||||||
|
require_once 'inc/functions.inc.php';
|
||||||
|
|
||||||
ini_set('error_reporting', '0');
|
ini_set('error_reporting', '0');
|
||||||
$config = array(
|
$config = array(
|
||||||
'useEASforOutlook' => 'yes',
|
'useEASforOutlook' => 'yes',
|
||||||
|
|
|
@ -222,6 +222,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
mailcow-network:
|
mailcow-network:
|
||||||
|
ipv4_address: 172.22.1.251
|
||||||
aliases:
|
aliases:
|
||||||
- nginx
|
- nginx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue