fix opendkim permissions in docker-compose setup (#2868)
Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
This commit is contained in:
parent
46788f21f6
commit
0283fe98b8
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ POSTFIX_myhostname=<MY DOMAIN>
|
||||||
# If you need to generate a list of sub/DOMAIN keys
|
# If you need to generate a list of sub/DOMAIN keys
|
||||||
# pass them as a whitespace separated string <DOMAIN>=<selector>
|
# pass them as a whitespace separated string <DOMAIN>=<selector>
|
||||||
OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
|
OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
|
||||||
|
# see https://github.com/wader/postfix-relay/pull/18
|
||||||
|
OPENDKIM_RequireSafeKeys=no
|
||||||
|
|
||||||
# Let's Encrypt service configuration
|
# Let's Encrypt service configuration
|
||||||
TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
|
TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
|
||||||
|
|
Loading…
Add table
Reference in a new issue