diff options
author | 2024-08-23 04:52:00 +0100 | |
---|---|---|
committer | 2024-08-23 16:52:21 +0100 | |
commit | c9f8835728deb5fad9b6a3b88eed77869ba88acd (patch) | |
tree | 28c39239fcd0ca434878c96c7a916571adaefc99 | |
parent | Add documentation on Sieve (diff) |
Fix Postfix link
-rw-r--r-- | docs/docs/services/email/components/dovecot/local-delivery.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/services/email/components/dovecot/local-delivery.md b/docs/docs/services/email/components/dovecot/local-delivery.md index 6f5b039..0393f98 100644 --- a/docs/docs/services/email/components/dovecot/local-delivery.md +++ b/docs/docs/services/email/components/dovecot/local-delivery.md @@ -7,7 +7,7 @@ We use the Dovecot LMTP daemon to deliver mail destined to local mailboxes (i.e. that has not been forwarded or processed by a service) into the relevant folders for IMAP consumption. -As shown in the [Postfix Overview](../../services/postfix.md), mail destined to +As shown in the [Postfix Overview](../../components/postfix.md), mail destined to local addresses is sent to the Dovecot LMTP agent to be placed into the relevant `/var/vmail` folder. |