No description
Find a file
2021-04-01 19:17:35 +02:00
Selber Added permision modification and renamed cron file 2021-04-01 19:17:35 +02:00
.gitignore initial commit 2021-03-30 20:43:46 +02:00
Dockerfile Made spam script log to docker stdout 2021-04-01 18:07:02 +02:00
isbg.sh initial commit 2021-03-30 20:43:46 +02:00
README.md Updates 2021-03-30 21:16:26 +02:00

Docker Container for SpamAssassin + ISBG

Prerequisites

  • Add a json file with containing the password for the mail account
{
	"password": "password"
}

Run

docker build . --tag spamassassin
docker run -d --name spam spamassassin