add some more config files

This commit is contained in:
2025-05-25 11:07:02 +02:00
parent c5e2ee3a3e
commit 7a391feb70
11 changed files with 92 additions and 2 deletions

4
templates/actions.conf Normal file
View File

@@ -0,0 +1,4 @@
reject = 200;
#{{ ansible_managed }}
add_header = 5 ;
greylist = 2 ;

View File

@@ -0,0 +1,3 @@
#{{ ansible_managed }}
thomas.constans@opendoor.fr

View File

@@ -0,0 +1,5 @@
#{{ ansible_managed }}
zabbix@opendoor.fr
.*macif.fu
.*@igensia.com

View File

@@ -0,0 +1,2 @@
#{{ ansible_managed }}
enabled = false;

View File

@@ -0,0 +1,8 @@
#{{ ansible_managed }}
alpine.opendoor.fr
collidine.opendoor.fr
fivenine.opendoor.fr
infra.opendoor.fr
lists.katipo.co.nz
localhost
lune.sortirdunucleaire.fr

View File

@@ -0,0 +1,6 @@
#{{ ansible_managed }}
78.193.182.235
127.0.0.1
81.250.227.252
176.149.144.109
217.182.138.100

View File

@@ -0,0 +1,3 @@
#{{ ansible_managed }}
#extended_spam_headers = true ;
use = [ "x-spamd-result", "x-rspamd-server", "x-rspamd-queue-id", "x-spam-status", "x-spam-level"]

32
templates/multimap.conf Normal file
View File

@@ -0,0 +1,32 @@
#{{ ansible_managed }}
IP_BLACKLIST {
type = "ip";
prefilter = true;
map = "/${LOCAL_CONFDIR}/local.d/ip_whitelist.map";
#action = "accept";
score = -42 ;
}
HOST_WHITELIST {
type = "hostname";
prefilter = true ;
map = "/${LOCAL_CONFDIR}/local.d/host_whitelist.map";
score = -42 ;
}
# add score to mail sent to thomas.constans@opendoor.fr
ADDRESS_BLACKLIST {
type = "rcpt";
filter = "email" ;
map = "/${LOCAL_CONFDIR}/local.d/address_blacklist.map";
prefilter = true ;
score = 2;
}
IP_WHITELIST {
type = "from";
prefilter = true;
map = "/${LOCAL_CONFDIR}/local.d/address_whitelist.map";
action = "accept";
}

View File

@@ -0,0 +1,3 @@
#{{ ansible_managed }}
password = "$2$fifkkmz8sfw7yntrtz8etmdks9rz1k16$hzdzc9xmemx5imfd6brpt9xgd3onx9h6sm4k4wswmux1yeps53qy"
bind_socket = "*:11334";