Displaying 2 results from an estimated 2 matches for "diespamdie".
2004 Jul 20
3
1.0.0-test28 Problem with INDEX
Hi
Using this line in dovecot.conf (ignore linewrap)
default_mail_env =
mbox:%h/IMAP/:INBOX=%h/.email:INDEX=/var/cache/dovecot/%n
The INBOX indexes are being built correctly in /var/cache/dovecot, but
all other indexes for folders are still being built in the user's home
directory.
I had it working once - but it seems fragile - almost as if the config
parser is sensitive to context???
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
Hi
Slight problem - linux 2.4 running dovecot, Solaris 2.8 home directory
server. Full lockd support etc.
I had to make the following code patches (at end of mail for clarity) to
get dovecot to read the users mbox files at all.
1) fcntl with F_SETLKW will not work against a Solaris 2.8 server as
proved with a small test program. Other forms of fcntl (ie F_SETLK) are
OK.
I noticed there are