File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
docs/core/config/mailbox/formats Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1616amavisd
1717AND'ing
1818apparmor
19+ appendfile
1920APPENDUID
2021APY
2122arcfour
Original file line number Diff line number Diff line change @@ -187,6 +187,16 @@ vice versa for Postfix.
187187If you used the virtual transport, it doesn't really matter if the dotlock
188188is missing, since the fcntl is common with Dovecot and Postfix.
189189
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+
190200#### mutt
191201
192202``` console
You can’t perform that action at this time.
0 commit comments