On Feb 14, 2005, at 12:37 PM, Charles Sprickman wrote:
Any ideas?

Are you using replication?

There might be a chance that vpopmail is trying to load the user record so soon after writing it, that the read fails.

Go into vpopmail.c and look for this:

  vsetuserquota (username, domain, quota);

And modify to this:

fprintf (stderr, "vseruserquota returned %s.\n", verror(vsetuserquota(username, domain, quota)));

And we'll find out why it fails.

--
Tom Collins - [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: sniffter.com




Reply via email to