[Rspamd] Encrypt fuzzy communication, switch to Rspamd 2.6
This commit is contained in:
parent
943730de47
commit
28041b1d97
|
@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
netcat \
|
netcat \
|
||||||
&& apt-key adv --fetch-keys https://rspamd.com/apt-stable/gpg.key \
|
&& apt-key adv --fetch-keys https://rspamd.com/apt/gpg.key \
|
||||||
&& echo "deb [arch=amd64] https://rspamd.com/apt-stable/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list \
|
&& echo "deb [arch=amd64] https://rspamd.com/apt/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get --no-install-recommends -y install rspamd redis-tools \
|
&& apt-get --no-install-recommends -y install rspamd redis-tools \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
|
|
@ -42,7 +42,8 @@ rule "mailcow" {
|
||||||
skip_unknown = yes;
|
skip_unknown = yes;
|
||||||
# Hash generation algorithm
|
# Hash generation algorithm
|
||||||
algorithm = "mumhash";
|
algorithm = "mumhash";
|
||||||
|
# Encrypt connection
|
||||||
|
encryption_key = "oa7xjgdr9u7w3hq1xbttas6brgau8qc17yi7ur5huaeq6paq8h4y";
|
||||||
# Map flags to symbols
|
# Map flags to symbols
|
||||||
fuzzy_map = {
|
fuzzy_map = {
|
||||||
MAILCOW_FUZZY_DENIED {
|
MAILCOW_FUZZY_DENIED {
|
||||||
|
|
Loading…
Reference in New Issue