mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-23 17:29:08 +02:00
docs: Fix typo in DKIM and utils.sh (#4358)
This commit is contained in:
parent
83bfe72d48
commit
ca877999ec
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ Cloudflare has written an [article about DKIM, DMARC and SPF][cloudflare-dkim-dm
|
||||||
When DKIM is enabled:
|
When DKIM is enabled:
|
||||||
|
|
||||||
1. Inbound mail will verify any included DKIM signatures
|
1. Inbound mail will verify any included DKIM signatures
|
||||||
2. Outbound mail is signed (_when you're sending domain has a configured DKIM key_)
|
2. Outbound mail is signed (_when your sending domain has a configured DKIM key_)
|
||||||
|
|
||||||
DKIM requires a public/private key pair to enable **signing (_via private key_)** your outgoing mail, while the receiving end must query DNS to **verify (_via public key_)** that the signature is trustworthy.
|
DKIM requires a public/private key pair to enable **signing (_via private key_)** your outgoing mail, while the receiving end must query DNS to **verify (_via public key_)** that the signature is trustworthy.
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ function _reload_postfix() {
|
||||||
# you can set the environment variable `POSTFIX_README_DIRECTORY='/new/dir/'`
|
# you can set the environment variable `POSTFIX_README_DIRECTORY='/new/dir/'`
|
||||||
# (`POSTFIX_` is an arbitrary prefix, you can choose the one you like),
|
# (`POSTFIX_` is an arbitrary prefix, you can choose the one you like),
|
||||||
# and then call this function:
|
# and then call this function:
|
||||||
# `_replace_by_env_in_file 'POSTFIX_' 'PATH TO POSTFIX's main.cf>`
|
# `_replace_by_env_in_file 'POSTFIX_' '<PATH TO POSTFIX's main.cf>`
|
||||||
#
|
#
|
||||||
# ## Panics
|
# ## Panics
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue