From 0283fe98b8d8f03aa60552fd3d42ec5817599f78 Mon Sep 17 00:00:00 2001 From: Kim <1877318+kimsible@users.noreply.github.com> Date: Fri, 12 Jun 2020 13:55:40 +0200 Subject: [PATCH] fix opendkim permissions in docker-compose setup (#2868) Co-authored-by: kimsible Co-authored-by: Rigel Kent --- support/docker/production/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/docker/production/.env b/support/docker/production/.env index 8ed9b062b..86356d5a3 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env @@ -38,6 +38,8 @@ POSTFIX_myhostname= # If you need to generate a list of sub/DOMAIN keys # pass them as a whitespace separated string = OPENDKIM_DOMAINS==peertube +# see https://github.com/wader/postfix-relay/pull/18 +OPENDKIM_RequireSafeKeys=no # Let's Encrypt service configuration TRAEFIK_ACME_EMAIL= -- 2.25.1