diff --git a/Dockerfile b/Dockerfile index 30c2539..77ef531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG UPSTREAM=2.3.6 +ARG UPSTREAM=2.3.10 FROM analogic/poste.io:$UPSTREAM RUN apt-get update && apt-get install less # 'less' is Useful for debugging diff --git a/files/patches b/files/patches index 76eb52b..d6bc7c8 100755 --- a/files/patches +++ b/files/patches @@ -167,7 +167,7 @@ haraka_sub_web=$sockdir/haraka/web-11381.sock ~ edit /etc/redis/redis.conf; {{ - sub "^port 6379" "port 0" # disable the localhost port - - append "" "unixsocket $redis" "unixsocketperm 777" + - append "" "unixsocket $redis" "unixsocketperm 777" # can be removed as of 2.3.7 }} ~ edit /etc/rspamd/local.d/{redis,statistic}.conf; {{ @@ -179,7 +179,7 @@ haraka_sub_web=$sockdir/haraka/web-11381.sock - sub '-h "127.0.0.1"' "-s '$redis'"; }} -~ edit /bin/clear-idle-connections; {{ +~ edit /bin/clear[-]idle-connections; {{ # can be removed as of 2.3.7 - sub "redis-cli'" "redis-cli', '-s', '$redis'" }}