Ben Beuchler wrote:
>
> On Mon, Mar 05, 2001 at 10:25:57AM -0600, Ken Jones wrote:
>
> > > I have qmail/vpopmail/etc.... running on a Sun 2.8 Server. and
> > > would like to scale it to 2 servers. I understand that most cost
> > > effective solution would to go for NFS. Are there any tips and tricks
> > > i should look out for when implementing vpopmail Maildirs via NFS? Am
> > > i supposed to share out ~/vpopmail/domains dir on the NFS server?? Or
> > > are there other ways of implementing it?
> >
> > Make sure you use ntp to sync up the NFS server with the NFS clients.
> > I'd also suggest using mysql instead of cdb.
>
> Any particular reason to use MySQL in this situation? I'm running a
> similar setup but using cdb and haven't encountered any problems...
I've seen some NFS file locking problems with the vpasswd.cdb files.
We put in alot of time trying to track it down, and I think we fixed
it. But I'm not sure since we couldn't track down exactly what was
happening. It was hard to reproduce since it was some kind of timing
issue. MySQL removes the need to lock the vpasswd files.
The only other files that need locking are the open-smtp file if you
have roaming-users enabled.
Ken