mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
docs: Fix wrong name of 'targets' directive for smtp_downstream
This commit is contained in:
parent
64cc2b2380
commit
2a19d455f3
2 changed files with 3 additions and 3 deletions
|
@ -332,7 +332,7 @@ smtp_downstream {
|
||||||
attempt_starttls yes
|
attempt_starttls yes
|
||||||
require_yes no
|
require_yes no
|
||||||
auth off
|
auth off
|
||||||
target tcp://127.0.0.1:2525
|
targets tcp://127.0.0.1:2525
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -392,7 +392,7 @@ Valid values:
|
||||||
authentication using TLS client certificates. See *maddy-tls*(5)
|
authentication using TLS client certificates. See *maddy-tls*(5)
|
||||||
for how to specify the client certificate.
|
for how to specify the client certificate.
|
||||||
|
|
||||||
*Syntax*: target _endpoints..._ ++
|
*Syntax*: targets _endpoints..._ ++
|
||||||
*Default:* not specified
|
*Default:* not specified
|
||||||
|
|
||||||
REQUIRED.
|
REQUIRED.
|
||||||
|
|
|
@ -32,7 +32,7 @@ service lmtp {
|
||||||
Add `local_mailboxes` block to maddy config using `lmtp_downstream` module:
|
Add `local_mailboxes` block to maddy config using `lmtp_downstream` module:
|
||||||
```
|
```
|
||||||
lmtp_downstream local_mailboxes {
|
lmtp_downstream local_mailboxes {
|
||||||
target unix:///var/run/maddy/dovecot-lmtp.sock
|
targets unix:///var/run/maddy/dovecot-lmtp.sock
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue