Merge branch 'master' into fix-swarm-start

This commit is contained in:
Tim Möhlmann
2018-10-06 23:48:32 +03:00
28 changed files with 563 additions and 43 deletions

View File

@@ -12,4 +12,6 @@ RUN sed -i '/fuzzy/,$d' /etc/rspamd/rspamd.conf
EXPOSE 11332/tcp 11334/tcp
VOLUME ["/var/lib/rspamd"]
CMD /start.py

View File

@@ -0,0 +1,4 @@
try_fallback = true;
path = "/dkim/$domain.$selector.key";
selector = "dkim"
use_esld = false;