@@ -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
2020Traditional 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
2929One file contains one message. A reliable choice since files are never
3030modified 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
3838Dovecot's own high performance mailbox format. Messages are stored in
3939one 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
5050Use 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
5656Use 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