File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs/core/config/mailbox/formats Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,12 @@ mbox_write_locks = dotlock fcntl
155155
156156Here'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
198198By default, when listing mailboxes, Dovecot simply assumes that all files it
You can’t perform that action at this time.
0 commit comments