@@ -49,7 +49,7 @@ Server name to use in SMTP banner.
49
49
** Default** : global directive value
50
50
51
51
TLS certificate & key to use. Fine-tuning of other TLS properties is possible
52
- by specifing a configuration block and options inside it:
52
+ by specifying a configuration block and options inside it:
53
53
```
54
54
tls cert.crt key.key {
55
55
protocols tls1.2 tls1.3
@@ -111,7 +111,7 @@ clients that don't expect an error early in session.
111
111
** Default** : 5
112
112
113
113
Amount of RCPT-time errors that should be logged. Further errors will be
114
- handled silently. This is to prevent log flooding during email dictonary
114
+ handled silently. This is to prevent log flooding during email dictionary
115
115
attacks (address probing).
116
116
117
117
** Syntax** : max\_ received _ integer_ <br >
@@ -202,7 +202,7 @@ for all messages ("all"), per-sender IP ("ip"), per-sender domain ("source") or
202
202
per-recipient domain ("destination"). Having a scope other than "all" means
203
203
that the restriction will be enforced independently for each group determined
204
204
by scope. E.g. "ip rate 20" means that the same IP cannot send more than 20
205
- messages in a scond . "destination concurrency 5" means that no more than 5
205
+ messages per second . "destination concurrency 5" means that no more than 5
206
206
messages can be sent in parallel to a single domain.
207
207
208
208
** Note** : At the moment, SMTP endpoint on its own does not support per-recipient
@@ -233,7 +233,7 @@ messages can enter the server through both endpoints in one second.
233
233
# Submission module (submission)
234
234
235
235
Module 'submission' implements all functionality of the 'smtp' module and adds
236
- certain message preprocessing on top of it, additionaly authentication is
236
+ certain message preprocessing on top of it, additionally authentication is
237
237
always required.
238
238
239
239
'submission' module checks whether addresses in header fields From, Sender, To,
0 commit comments