Keith Warno <[EMAIL PROTECTED]> writes:
> Thanks for the help from those who have assisted.
>
> I've not used maildir2mbox in the past; I know it "does not protect
> against simultanous access by another maildir2mbox" (from maildir(5))
> but is it safe to use over NFS?
NFS is only less safe than local storage for locking, and even then
only if your NFS implementation really sucks.
So I wouldn't worry about it.
To prevent both, though, you could write a simple wrapper script for
maildir2mbox that did some kind of file-based, NFS-aware locking (or
just use fcntl/flock, if your NFS is non-horrible).
----ScottG.