projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46788f2
)
fix opendkim permissions in docker-compose setup (#2868)
author
Kim
<1877318+kimsible@users.noreply.github.com>
Fri, 12 Jun 2020 11:55:40 +0000
(13:55 +0200)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/support/docker/production/.env
b/support/docker/production/.env
index 8ed9b062b8a710660058ba17183b314d64961cfe..86356d5a37b2020767fb78af2482f3ea6c8e92dc 100644
(file)
--- a/
support/docker/production/.env
+++ b/
support/docker/production/.env
@@
-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>