Skip to content

Commit 6d5cd3b

Browse files
authored
Merge pull request #587 from cuu508/master
Fix typos
2 parents 13a210f + 420e85c commit 6d5cd3b

File tree

24 files changed

+48
-46
lines changed

24 files changed

+48
-46
lines changed

contrib/kubernetes/chart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load balancer in front of the nodes.
99

1010
## Requirement
1111

12-
In order to run maddy properly, you need to have TLS secret undet name maddy present in the cluster. If you have commercial
12+
In order to run maddy properly, you need to have TLS secret under name maddy present in the cluster. If you have commercial
1313
certificate, you can create it by the following command:
1414

1515
```sh
@@ -20,9 +20,9 @@ If you use cert-manager, just create the secret under name maddy.
2020

2121
## Replication
2222

23-
Default for this chart is 1 replica of maddy. If you try to increse this, you will probably get an error because of
23+
Default for this chart is 1 replica of maddy. If you try to increase this, you will probably get an error because of
2424
the busy ports 25, 143, 587, etc. We do not support this feature at the moment, so please use just 1 replica. Like said
25-
at the begining of this document, multiple replicas would probably require to switch do DaemonSet which would further require
25+
at the beginning of this document, multiple replicas would probably require to switch do DaemonSet which would further require
2626
to have TCP load balancer and shared storage between all replicas. This is not supported by this chart, sorry.
2727
This chart is used on one node cluster and then installation is straight forward, like described bellow, but if you have
2828
multiple node cluster, please use taints and tolerations to select the desired node. This chart supports tolerations to

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Additionally, unit files apply strict sandboxing, limiting maddy permissions on
2222
the system to a bare minimum. Subset of these options makes it impossible for
2323
privileged authentication helper binaries to gain required permissions, so you
2424
may have to disable it when using system account-based authentication with
25-
maddy running as a unprivilieged user.
25+
maddy running as a unprivileged user.
2626

2727
## fail2ban configuration
2828

docs/internals/unicode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ mentioned above).
9393

9494
Clients that want to implement proper handling for Unicode strings may assume
9595
maddy does not handle them properly in e.g. SEARCH commands and so such clients
96-
may download messsages and process them locally.
96+
may download messages and process them locally.

docs/multiple-domains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the [introduction tutorial](tutorials/setting-up.md).
2828

2929
Also note that you do not really need a separate TLS certificate for each
3030
managed domain. You can have one hostname e.g. mail.example.org set as an MX
31-
record for mulitple domains.
31+
record for multiple domains.
3232

3333
**If you want multiple domains to share username namespace**, you should change
3434
several more options.
@@ -53,7 +53,7 @@ maddy imap-acct create [email protected]
5353
"user"**, you can set `storage_map` in IMAP endpoint and `delivery_map` in
5454
storage backend to use `email_locapart`:
5555
```
56-
straoge.imapsql local_mailboxes {
56+
storage.imapsql local_mailboxes {
5757
...
5858
delivery_map email_localpart # deliver "user@*" to "user"
5959
}

docs/reference/auth/netauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ auth.netauth {}
3737

3838
OPTIONAL.
3939

40-
Group that entities must posess to be able to use maddy services.
40+
Group that entities must possess to be able to use maddy services.
4141
This can be used to provide email to just a subset of the entities
4242
present in NetAuth.
4343

docs/reference/checks/authorize_sender.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Normalization function to apply to authorization username before
9494
further processing.
9595

9696
Available options:
97-
- `auto` `precis_casefold_email` for valid emails, `precise_casefold` otherwise.
97+
98+
- `auto` `precis_casefold_email` for valid emails, `precis_casefold` otherwise.
9899
- `precis_casefold_email` PRECIS UsernameCaseMapped profile + U-labels form for domain
99100
- `precis_casefold` PRECIS UsernameCaseMapped profile for the entire string
100101
- `precis_email` PRECIS UsernameCasePreserved profile + U-labels form for domain

docs/reference/checks/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ the message pipeline action.
127127

128128
Two codes are defined implicitly, exit code 1 causes the message to be rejected
129129
with a permanent error, exit code 2 causes the message to be quarantined. Both
130-
action can be overriden using the 'code' directive.
130+
action can be overridden using the 'code' directive.
131131

docs/reference/checks/dkim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ check.dkim {
1919
**Syntax**: debug _boolean_ <br>
2020
**Default**: global directive value
2121

22-
Log both successfull and unsuccessful check executions instead of just
22+
Log both successful and unsuccessful check executions instead of just
2323
unsuccessful.
2424

2525
**Syntax**: required\_fields _string..._ <br>

docs/reference/checks/dnsbl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The check.dnsbl module implements checking of source IP and hostnames against a
44
of DNS-based Blackhole lists (DNSBLs).
55

66
Its configuration consists of module configuration directives and a set
7-
of blocks specifing lists to use and kind of lookups to perform on them.
7+
of blocks specifying lists to use and kind of lookups to perform on them.
88

99
```
1010
check.dnsbl {

docs/reference/checks/misc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Action to take when check fails. See Check actions for details.
1515
**Syntax**: debug _boolean_ <br>
1616
**Default**: global directive value
1717

18-
Log both sucessfull and unsucessfull check executions instead of just
19-
unsucessfull.
18+
Log both successful and unsuccessful check executions instead of just
19+
unsuccessful.
2020

2121
## require\_mx\_record
2222

0 commit comments

Comments
 (0)