mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
fix spelling issues in rspamd-dkim (#3411)
Co-authored-by: Felix Nieuwenhuizen <felix@tdlrali.com>
This commit is contained in:
parent
32c3ecd00e
commit
a2247bf655
|
@ -156,7 +156,7 @@ function _create_keys() {
|
||||||
if [[ ${KEYTYPE} == 'rsa' ]]; then
|
if [[ ${KEYTYPE} == 'rsa' ]]; then
|
||||||
local BASE_FILE_NAME="${BASE_DIR}/${KEYTYPE}-${KEYSIZE}-${SELECTOR}-${DOMAIN}"
|
local BASE_FILE_NAME="${BASE_DIR}/${KEYTYPE}-${KEYSIZE}-${SELECTOR}-${DOMAIN}"
|
||||||
KEYTYPE_OPTIONS=('-b' "${KEYSIZE}")
|
KEYTYPE_OPTIONS=('-b' "${KEYSIZE}")
|
||||||
_log 'info' "Creating DKIM keys of type '${KEYTYPE}' and lenght '${KEYSIZE}' with selector '${SELECTOR}' for domain '${DOMAIN}'"
|
_log 'info' "Creating DKIM keys of type '${KEYTYPE}' and length '${KEYSIZE}' with selector '${SELECTOR}' for domain '${DOMAIN}'"
|
||||||
else
|
else
|
||||||
local BASE_FILE_NAME="${BASE_DIR}/${KEYTYPE}-${SELECTOR}-${DOMAIN}"
|
local BASE_FILE_NAME="${BASE_DIR}/${KEYTYPE}-${SELECTOR}-${DOMAIN}"
|
||||||
KEYTYPE_OPTIONS=('-t' "${KEYTYPE}")
|
KEYTYPE_OPTIONS=('-t' "${KEYTYPE}")
|
||||||
|
@ -216,7 +216,7 @@ use_domain = "header";
|
||||||
use_redis = false; # don't change unless Redis also provides the DKIM keys
|
use_redis = false; # don't change unless Redis also provides the DKIM keys
|
||||||
use_esld = true;
|
use_esld = true;
|
||||||
|
|
||||||
check_pubkey = true; # you wan't to use this in the beginning
|
check_pubkey = true; # you want to use this in the beginning
|
||||||
|
|
||||||
domain {
|
domain {
|
||||||
${DOMAIN} {
|
${DOMAIN} {
|
||||||
|
|
Loading…
Reference in a new issue