1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-05 21:19:16 +00:00

Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement

This commit is contained in:
andryyy
2017-04-03 20:06:49 +02:00
parent abcdf841cd
commit 58d86dadce
9 changed files with 105 additions and 51 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
/usr/bin/curl -s --data-binary @- http://rspamd:11334/learnspam < /dev/stdin
# Always return 0 to satisfy Dovecot...
exit 0