[vchkpw] Delays in vdelivermail to large default domain

2004-03-04 Thread Japheth Cleaver
Hi there, I had a big giant email planned here, but as I was writing it I narrowed down the scope of the problem we're having to a recursive stat call (I think) in vdelivermail.c First, some background on the setup: I'm in the process of migrating a 12 G, ~5000 user

Re: [vchkpw] Delays in vdelivermail to large default domain

2004-03-04 Thread Tom Collins
On Mar 4, 2004, at 1:36 PM, Japheth Cleaver wrote: It appears to be stating every single message in every user underneath the default domain's directory(!). Given that there is about 12 GB of mail that's being transferred over in the test systems (before we go live), that would explain the long

Re: [vchkpw] Delays in vdelivermail to large default domain

2004-03-04 Thread Japheth Cleaver
D'oh! That makes total sense, and I hadn't considered it all. I've recompiled with --disable-domainquotas and things are delivering fine. It might be worth putting a warning in the migration FAQ about long delivery times for people who move everything over to a single domain like this...