I've tried on a test machine (freebsd4.2 as client) and an nfs server(
netbsd1.4)
Netbsd - /etc/export:
/usr/local/vpopmail/domains -maproot=vpopmail:vckpw
Freebsd - /etc/fstab: freebsd:/usr/local/vpopmail/domains
/usr/local/vpopmail/domains nfs 0 0
perm for ~/vpopmail/domains = 700
I can create domains and users
Problem.
1) I always get a "access_denied" 4.3.0 error when sending mail to users
I tried without NFS and it works fine.
What would be the preferred permissions settings for NFS?
Any How-to's on qmail/vpopmail/NFS setups i can follow?
Or can anyone show me some cutouts of perm settings or configurations?
Do you need anymore data from me to help you guys help me???
Thank you so very much,
Paul
----- Original Message -----
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Ben Beuchler" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, March 06, 2001 12:45 AM
Subject: Re: Best Practises for vpopmail scaling
> 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
>