fix opendkim permissions in docker-compose setup (#2868)
authorKim <1877318+kimsible@users.noreply.github.com>
Fri, 12 Jun 2020 11:55:40 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 11:55:40 +0000 (13:55 +0200)
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <par@rigelk.eu>
support/docker/production/.env

index 8ed9b062b8a710660058ba17183b314d64961cfe..86356d5a37b2020767fb78af2482f3ea6c8e92dc 100644 (file)
@@ -38,6 +38,8 @@ POSTFIX_myhostname=<MY DOMAIN>
 # If you need to generate a list of sub/DOMAIN keys
 # pass them as a whitespace separated string <DOMAIN>=<selector>
 OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
+# see https://github.com/wader/postfix-relay/pull/18
+OPENDKIM_RequireSafeKeys=no
 
 # Let's Encrypt service configuration
 TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>