Skip to content

Commit

Permalink
Merge pull request #421 from froozeify/readme-missing-value
Browse files Browse the repository at this point in the history
Missing DKIM_PUBLIC_KEY_PATH in readme and example.env
  • Loading branch information
nguyenkims authored Mar 30, 2021
2 parents 1b41911 + f9366e2 commit 9df62e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9df62e0

Please sign in to comment.