Fix rspamd settings and dynamic configuration

This commit is contained in:
andryyy
2016-12-16 08:15:20 +01:00
parent 4b7bf81cbd
commit 8559de7ae6
3 changed files with 6 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ RUN apt-get update \
&& apt-get --no-install-recommends -y --force-yes install rspamd
RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local
# "Hardcoded" - we need them
RUN echo 'settings = "http://nginx:8081/settings.php";' > /etc/rspamd/modules.d/settings.conf
CMD ["/usr/bin/rspamd","-f", "-u", "_rspamd", "-g", "_rspamd"]