Skip to content

Commit 7f96854

Browse files
authored
Update formats.md
Hyperlinks pointing to the Available Formats were incorrect giving a 404 page not found. Replaced them with absolute links as the real documentation does not fall within the docs scope so the pre-existing relative links were failing.
1 parent b719f8e commit 7f96854

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/core/config/mailbox/formats.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Mailbox formats supported by Dovecot:
1515

1616
### mbox
1717

18-
See [[link,mbox]].
18+
See [mbox](https://doc.dovecot.org/main/core/config/mailbox/formats/mbox.html)
1919

2020
Traditional UNIX mailbox format.
2121

@@ -24,7 +24,7 @@ Users' INBOX mailboxes are commonly stored in `/var/spool/mail` or
2424

2525
### Maildir
2626

27-
See [[link,maildir]].
27+
See [Maildir](https://doc.dovecot.org/main/core/config/mailbox/formats/maildir.html).
2828

2929
One file contains one message. A reliable choice since files are never
3030
modified and all operations are atomic. The top-level Maildir
@@ -33,7 +33,7 @@ directory contains the `Maildir/cur`, `Maildir/new`, and
3333

3434
### dbox
3535

36-
See [[link,dbox]].
36+
See [dbox](https://doc.dovecot.org/main/core/config/mailbox/formats/dbox.html).
3737

3838
Dovecot's own high performance mailbox format. Messages are stored in
3939
one or more files, each containing one or more messages.
@@ -45,19 +45,19 @@ There are two flavors of dbox:
4545

4646
### imapc
4747

48-
See [[link,imapc]].
48+
See [imapc](https://doc.dovecot.org/main/core/config/mailbox/formats/imapc.html).
4949

5050
Use remote IMAP server as mail storage.
5151

5252
### pop3c
5353

54-
See [[link,pop3c]].
54+
See [pop3c](https://doc.dovecot.org/main/core/config/mailbox/formats/pop3c.html).
5555

5656
Use remote POP3 server as mail storage.
5757

5858
## Configuration
5959

60-
See [[link,mail_location]] for configuration information.
60+
See [mail_location seting](https://doc.dovecot.org/main/core/config/mailbox/mail_location.html) for configuration information.
6161

6262
## Physical Storage
6363

@@ -71,7 +71,7 @@ There are two general categories of storage: local and shared.
7171

7272
#### Filesystems
7373

74-
* See [[link,maildir]] for Maildir-specific filesystem optimizations
74+
* See [Maildir](https://doc.dovecot.org/main/core/config/mailbox/formats/maildir.html) for Maildir-specific filesystem optimizations
7575
* Dovecot doesn't rely on atime updates, so you can mount the filesystem with
7676
`noatime`
7777

0 commit comments

Comments
 (0)