fix opendkim permissions in docker-compose setup (#2868)
[oweals/peertube.git] / 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>