DumpName / docker_isbg

Docker Image for isbg
GNU General Public License v3.0
8 stars 8 forks source link

fix: Modify healthcheck script to monitor spamd instead of spamassassin service #13

Closed ewandor closed 4 months ago

ewandor commented 4 months ago

Hi, I was doing some tests with this image yesterday, the mail filtering mails was working fine but the container was returning an unhealthy status. Turns out the /root/status.sh script was checking on spamassassin service which is no longer used since 1.0.0.

I've updated the script to check on spamd service and now the container is returning a healthy status.