23 Jan
2007
23 Jan
'07
1:18 p.m.
On Tue, 2007-01-23 at 06:56 -0500, Aaron Solochek wrote:
Anyway, I can think of two possibilities: pread() is broken, or link() is broken. Try if dotlock_use_excl=yes helps? If not, try removing HAVE_PREAD from config.h and recompiling.
It looks like setting that config option solved the subscription problem. So, in summary, to put the maildir in AFS you need to keep the indexes on the local disk (or memory) disable mmap and any hardlinks, use dotlocks, and set the dotlock_use_excl=yes option.
I think dotlock_use_excl=yes could have fixed index files as well.