[Rspamd] Initial custom ratelimit support

This commit is contained in:
andryyy
2017-07-13 12:54:53 +02:00
parent 4e148c7026
commit 5f5872f78b
2 changed files with 718 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
&& chown _rspamd:_rspamd /run/rspamd
COPY settings.conf /etc/rspamd/modules.d/settings.conf
COPY ratelimit.lua /usr/share/rspamd/lua/ratelimit.lua
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]