doc: add missing DKIM_PUBLIC_KEY_PATH in readme and example.env

This commit is contained in:
Benoit VIGNAL 2021-03-29 19:57:19 +02:00
parent 1b41911598
commit f9366e2ed4
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