mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +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
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue