Re: [vchkpw] Why is vadduser creating a hierarchy?

2006-10-14 Thread Jon Simola
On 10/14/06, Bert JW Regeer <[EMAIL PROTECTED]> wrote: On Oct 14, 2006, at 16:06:30 MST, Rainer Duffner wrote: > See above. DJB was or is a (Free)-BSD user (when he started, Linux > was a toy anyway), which back in these days had this problem. Agreed, however his Maildir approach did not in

Re: [vchkpw] Why is vadduser creating a hierarchy?

2006-10-06 Thread Jon Simola
On 10/6/06, Dave Richardson <[EMAIL PROTECTED]> wrote: However, I'm seeing vadduser create a hierarchy of folders after about the first 80-100 users are added. Using subfolders A-z,0-9. I only have about 7,000 users to manage and would rather NOT subtree (whatever the term is) this user hierar

Re: [vchkpw] User quota over NFS

2006-07-18 Thread Jon Simola
On 7/18/06, Darek M <[EMAIL PROTECTED]> wrote: Incoming mail is handled by separate MX machines. They in turn mount the vpopmail directory from the main system via NFS, so they have access to the same vpopmail binaries and domain directories. So they are using the vpopmail install from the mai

[vchkpw] maildirquota.c patches against 5.4.15

2006-03-08 Thread Jon Simola
maildirsize_cnt); iov[niov].iov_base=u.buf; iov[niov].iov_len=strlen(u.buf); -- Jon Simola Systems Administrator ABC Communications

Re: [vchkpw] maildirquota.c bug in 5.4.12

2006-02-07 Thread Jon Simola
--- maildirquota.c.orig Tue Jan 24 11:24:36 2006 > > +++ maildirquota.c Tue Jan 24 11:24:58 2006 > > @@ -283,5 +283,5 @@ > > char *p; > > unsigned l; > > - int n; > > + long n; > > int first; -- Jon Simola Systems Administrator ABC Communications

[vchkpw] maildirquota.c bug in 5.4.12

2006-01-24 Thread Jon Simola
9 which appears to have been intended to be used within the scope of the while loop. vpopmail 5.4.12 running on OpenBSD 3.8 --- maildirquota.c.orig Tue Jan 24 11:24:36 2006 +++ maildirquota.c Tue Jan 24 11:24:58 2006 @@ -283,5 +283,5 @@ char *p; unsigned l; - int n; + long n; int first