enable spampd

This commit is contained in:
andreas
2023-10-25 14:25:07 +00:00
parent f20896e21c
commit a23a9438f6
8 changed files with 59 additions and 13 deletions

5
spampd/entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -e
/usr/sbin/rsyslogd
su spamd -c "sa-update --gpghomedir /var/lib/spamassassin/sa-update-keys"
exec "$@"