Fixes, working rspamd settings, generate DKIM keys in PHP
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
actions {
|
||||
reject = 15;
|
||||
add_header = 5;
|
||||
greylist = 4;
|
||||
}
|
||||
symbol "MAILCOW_AUTH" {
|
||||
description = "mailcow authenticated";
|
||||
score = -20.0;
|
||||
|
1
data/conf/rspamd/local.d/rspamd.conf.local
Normal file
1
data/conf/rspamd/local.d/rspamd.conf.local
Normal file
@@ -0,0 +1 @@
|
||||
settings = "http://nginx:8081/settings.php";
|
@@ -10,5 +10,3 @@ rspamd_config.MAILCOW_AUTH = {
|
||||
rspamd_config.MAILCOW_MOO = function (task)
|
||||
return true
|
||||
end
|
||||
|
||||
rspamd_config:add_map('http://nginx:8081/settings.php', "settings map", process_map)
|
||||
|
Reference in New Issue
Block a user