Re: Changing Password, Some Progress ...

2001-02-23 Thread Ken Jones
"Francis P. Ling" wrote: > > Hi Ken and Kenneth, > > Just some discoveries ... > > I used vpopmail-4.98-1 (use vpasswd.c from the latest dist, not v4.94) > modified lines as follows: > > > vpopmail.c:1729:sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir); > vpopmail.c:1730:if ( (fs =

Re: Changing Password, Some Progress ...

2001-02-19 Thread Francis P. Ling
91144 N Lon: 10.76097 E > ---- > > ----- Original Message - > From: "Francis P. Ling" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 19, 2001 8:51 AM > Subject: Re: Changing Password, Som

Re: Changing Password, Some Progress ...

2001-02-18 Thread Francis P. Ling
EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "qmailadmin-list" > <[EMAIL PROTECTED]> > Sent: Sunday, February 18, 2001 7:04 AM > Subject: Re: Changing Password, Some Progress ... > > > > > OK, this is what's I've done. > > > > 1. I use

Re: Changing Password, Some Progress ...

2001-02-18 Thread Einar Bordewich
- Original Message - From: "Francis P. Ling" <[EMAIL PROTECTED]> To: "Ken Jones" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "qmailadmin-list" <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 7:04 AM Sub

Re: Changing Password, Some Progress ...

2001-02-18 Thread Francis P. Ling
I'm using qmailadmin v0.42. What's yours? Kenneth writes: > Hello Francis, > > > FPL> > FPL> vpopmail.c:1729:sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir); > FPL> vpopmail.c:1730:if ( (fs = fopen(TmpBuf2, "w")) != NULL ) { > FPL> vpopmail.c:1733:chown(TmpBuf2,uid,gid);

Re[2]: Changing Password, Some Progress ...

2001-02-18 Thread Kenneth
Hello Francis, FPL> FPL> vpopmail.c:1729:sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir); FPL> vpopmail.c:1730:if ( (fs = fopen(TmpBuf2, "w")) != NULL ) { FPL> vpopmail.c:1733:chown(TmpBuf2,uid,gid); FPL> FPL> Ken, the third line must also be changed to TmpBuf2 instead of T

Re: Changing Password, Some Progress ...

2001-02-17 Thread Francis P. Ling
Hi Ken and Kenneth, Just some discoveries ... I used vpopmail-4.98-1 (use vpasswd.c from the latest dist, not v4.94) modified lines as follows: vpopmail.c:1729:sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir); vpopmail.c:1730:if ( (fs = fopen(TmpBuf2, "w")) != NULL ) { vpopmail.c