On Thu, 2008-01-10 at 14:35 +0200, Timo Sirainen wrote:
On Thu, 2008-01-10 at 14:25 +0200, Timo Sirainen wrote:
On Mon, 2008-01-07 at 23:05 +0100, mikkel@euro123.dk wrote:
The “nfs_flush_file_handle_cache_dir” error makes me wonder - seems like it tries to delete the homedir of the accounts maildir storage.
Yes, because unfortunately that's the only way to flush NFS file handle cache. Although if it gives this error, it probably doesn't even get flushed. What OS do you use? Any ideas why rmdir() would return "Invalid argument" instead of the usual "File exists" or "Directory not empty"?
Ah, it's because it's the current directory. It would be better if home dir wouldn't be the same as mail dir (http://wiki.dovecot.org/VirtualUsers#homedirs), but I'll see if I can do something about this.