Skip to content

Commit d276cb5

Browse files
sirainencmouse
authored andcommitted
mbox: Move Debian policy before other software and update the text
1 parent 511f776 commit d276cb5

File tree

1 file changed

+6
-6
lines changed
  • docs/core/config/mailbox/formats

1 file changed

+6
-6
lines changed

docs/core/config/mailbox/formats/mbox.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ mbox_write_locks = dotlock fcntl
155155

156156
Here's a list of how to find out the locking settings for other software:
157157

158+
#### Debian
159+
160+
Debian's policy specifies that all software should use "fcntl and then
161+
dotlock" locking. All software in Debian packages are supposed to be patched to
162+
use this order by default.
163+
158164
#### Procmail
159165

160166
```console
@@ -187,12 +193,6 @@ is missing, since the fcntl is common with Dovecot and Postfix.
187193
$ mutt -v|grep -i lock
188194
```
189195

190-
#### Debian
191-
192-
Debian's policy specifies that all software should use "fcntl and then
193-
dotlock" locking, but this probably applies only to most commonly used
194-
software.
195-
196196
## Directory Structure
197197

198198
By default, when listing mailboxes, Dovecot simply assumes that all files it

0 commit comments

Comments
 (0)