We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb5844 commit 79cdf80Copy full SHA for 79cdf80
docs/core/config/mailbox/formats/mbox.md
@@ -187,6 +187,16 @@ vice versa for Postfix.
187
If you used the virtual transport, it doesn't really matter if the dotlock
188
is missing, since the fcntl is common with Dovecot and Postfix.
189
190
+#### Exim
191
+
192
+Locks are controlled by the appendfile transport's `use_lockfile`,
193
+`use_fcntl_lock` and `use_flock_lock` settings. The default is to use
194
+lockfile (dotlock) and then fcntl lock.
195
196
+#### Sendmail
197
198
+Sendmail's mail.local delivery always uses dotlock followed by flock.
199
200
#### mutt
201
202
```console
0 commit comments