Added Rspamd installation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
clamav {
|
||||
symbol = "CLAM_VIRUS";
|
||||
type = "clamav";
|
||||
servers = "127.0.0.1:3310";
|
||||
patterns {
|
||||
# symbol_name = "pattern";
|
||||
JUST_EICAR = '^Eicar-Test-Signature$';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
try_fallback = false;
|
||||
selector_map = "%selectors_path_map";
|
||||
path_map = "%keys_path_map";
|
||||
@@ -0,0 +1,2 @@
|
||||
servers = "127.0.0.1:6379";
|
||||
%{postwhite_enabled}whitelisted_ip = "/etc/postfix/postscreen_spf_whitelist.cidr"
|
||||
@@ -0,0 +1 @@
|
||||
enabled = true;
|
||||
@@ -0,0 +1,6 @@
|
||||
# to disable all predefined rules if the user doesn't want dnsbl
|
||||
|
||||
url_whitelist = [];
|
||||
|
||||
rbls {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
spf_cache_size = 1k;
|
||||
spf_cache_expire = 1d;
|
||||
max_dns_nesting = 10;
|
||||
max_dns_requests = 30;
|
||||
min_cache_ttl = 5m;
|
||||
disable_ipv6 = false;
|
||||
@@ -0,0 +1 @@
|
||||
enable_password = %controller_password
|
||||
@@ -0,0 +1 @@
|
||||
enable_password = %controller_password
|
||||
@@ -0,0 +1 @@
|
||||
enabled = false;
|
||||
@@ -0,0 +1,3 @@
|
||||
upstream "local" {
|
||||
self_scan = yes;
|
||||
}
|
||||
Reference in New Issue
Block a user