[Rspamd] Fix DKIM siging (base64 hash line folding)

master
andryyy 2017-07-06 15:57:33 +02:00
parent 44d3a6eee8
commit a324b1a385
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,9 @@ ENV LC_ALL C
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
gnupg2 \ gnupg2 \
&& apt-key adv --fetch-keys http://rspamd.com/apt-stable/gpg.key \ apt-transport-https \
&& echo "deb http://rspamd.com/apt-stable/ stretch main" > /etc/apt/sources.list.d/rspamd.list \ && apt-key adv --fetch-keys https://rspamd.com/apt-stable/gpg.key \
&& echo "deb https://rspamd.com/apt/ stretch main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update && apt-get install -y rspamd \ && apt-get update && apt-get install -y rspamd \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local \ && echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local \

View File

@ -80,7 +80,7 @@ services:
- clamd - clamd
rspamd-mailcow: rspamd-mailcow:
image: mailcow/rspamd:1.1 image: mailcow/rspamd:1.2
build: ./data/Dockerfiles/rspamd build: ./data/Dockerfiles/rspamd
command: > command: >
/bin/bash -c " /bin/bash -c "