Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2024-11-06 23:19:15 +01:00
parent f343fb9a7c
commit a2f70631e3

View File

@ -6,8 +6,6 @@ chmod 755 /var/lib/rspamd
mkdir -p /etc/rspamd/custom
chown -R _rspamd:_rspamd /var/lib/rspamd /etc/rspamd/
# Fix missing default global maps, if any
# These exists in UI and should not be removed
touch /etc/rspamd/custom/global_mime_from_blacklist.map \
@ -218,4 +216,6 @@ else
rm -rf /etc/rspamd/custom/dqs-rbl.conf
fi
chown -R _rspamd:_rspamd /var/lib/rspamd /etc/rspamd/
exec "$@"