Skip to content
Snippets Groups Projects
Commit 1cd3f910 authored by nimrod's avatar nimrod
Browse files

Some typo fixes or ignores.

parent 2aa74a8f
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args:
- "-L"
- "anull"
- repo: https://github.com/Yelp/detect-secrets.git
rev: v1.5.0
......
......@@ -20,7 +20,7 @@ then
DEBIAN_FRONTEND=noninteractive time fakeroot make-ssl-cert generate-default-snakeoil --force-overwrite
fi
# Generate a DKIM keys if none are specifiec.
# Generate a DKIM keys if none are specific.
if [ "${DKIM_KEY_FILE:-/etc/exim4/dkim.key}" = "/etc/exim4/dkim.key" ]
then
......
......@@ -784,7 +784,7 @@ ldap_user:
local_part_suffix = +* : -*
local_part_suffix_optional
transport = lmtp_unix
cannot_route_message = Recipent ${local_part} doesn't exit @${domain}.
cannot_route_message = Recipient ${local_part} doesn't exit @${domain}.
retry_use_local_part
condition = ${if eq {} {${lookup ldap {ldapi://%2Fvar%2Frun%2Fslapd%2Fldapi/ou=People,dc=shore,dc=co,dc=il?cn?sub?name=${quote_ldap:$local_part}} {$value} fail}} {0} {1} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment