Merge pull request #421 from froozeify/readme-missing-value

Missing DKIM_PUBLIC_KEY_PATH in readme and example.env
This commit is contained in:
Son Nguyen Kim 2021-03-30 18:31:58 +02:00 committed by GitHub
commit 9df62e0380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -402,7 +402,8 @@ EMAIL_SERVERS_WITH_PRIORITY=[(10, "app.mydomain.com.")]
# this option doesn't make sense in self-hosted. Set this variable to disable this option.
DISABLE_ALIAS_SUFFIX=1
# the DKIM private key used to compute DKIM-Signature
# the DKIM public/private keys used to compute DKIM-Signature
DKIM_PUBLIC_KEY_PATH=/dkim.pub.key
DKIM_PRIVATE_KEY_PATH=/dkim.key
# DB Connection

View file

@ -69,7 +69,8 @@ EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
# By default, emails are sent using the the same Postfix server that receives emails
# POSTFIX_SERVER=my-postfix.com
# the DKIM private key used to compute DKIM-Signature
# the DKIM public/private keys used to compute DKIM-Signature
# DKIM_PUBLIC_KEY_PATH=local_data/dkim.pub.key
# DKIM_PRIVATE_KEY_PATH=local_data/dkim.key
# delete and recreate the sqlite database, for local development