mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
Spam service (#269)
This commit is contained in:
8
spam/setup.md
Normal file
8
spam/setup.md
Normal file
@@ -0,0 +1,8 @@
|
||||
The spam API is powered by http://spamassassin.apache.org/. Specifically we run spamd which we then communicate with to classify emails.
|
||||
|
||||
We run this as a separate container in the same k8s namespace. Simply run
|
||||
```shell
|
||||
kubectl apply -f spamassassin-k8s.yaml
|
||||
```
|
||||
|
||||
Then deploy the spam service as normal.
|
||||
Reference in New Issue
Block a user