From 0132930949a9e1ef5ee5e54b426a8654a5efe0b2 Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Wed, 6 Nov 2024 23:06:44 +0100 Subject: [PATCH] Fix Signed-off-by: Patrick Niebeling --- Stable2.0/docker-entrypoint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Stable2.0/docker-entrypoint.sh b/Stable2.0/docker-entrypoint.sh index 59186f2..e5b7741 100644 --- a/Stable2.0/docker-entrypoint.sh +++ b/Stable2.0/docker-entrypoint.sh @@ -13,7 +13,9 @@ chown -R _rspamd:_rspamd /var/lib/rspamd /etc/rspamd/ touch /etc/rspamd/custom/global_mime_from_blacklist.map \ /etc/rspamd/custom/global_rcpt_blacklist.map \ /etc/rspamd/custom/global_smtp_from_blacklist.map \ + /etc/rspamd/custom/global_smtp_domain_blacklist.map \ /etc/rspamd/custom/global_mime_from_whitelist.map \ + /etc/rspamd/custom/global_mime_domain_whitelist.map \ /etc/rspamd/custom/global_rcpt_whitelist.map \ /etc/rspamd/custom/global_smtp_from_whitelist.map \ /etc/rspamd/custom/bad_languages.map \ @@ -21,7 +23,8 @@ touch /etc/rspamd/custom/global_mime_from_blacklist.map \ /etc/rspamd/custom/dovecot_trusted.map \ /etc/rspamd/custom/rspamd_trusted.map \ /etc/rspamd/custom/mailcow_networks.map \ - /etc/rspamd/custom/ip_wl.map \ + /etc/rspamd/custom/global_ip_whitelist.map \ + /etc/rspamd/custom/global_ip_blacklist.map \ /etc/rspamd/custom/fishy_tlds.map \ /etc/rspamd/custom/bad_words.map \ /etc/rspamd/custom/bad_asn.map \