docs: Fix wrong name of 'targets' directive for smtp_downstream

This commit is contained in:
fox.cpp 2020-06-03 14:02:37 +03:00
parent 64cc2b2380
commit 2a19d455f3
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ service lmtp {
Add `local_mailboxes` block to maddy config using `lmtp_downstream` module:
```
lmtp_downstream local_mailboxes {
target unix:///var/run/maddy/dovecot-lmtp.sock
targets unix:///var/run/maddy/dovecot-lmtp.sock
}
```