RE: vconvert usage

2001-09-24 Thread Brad Dameron
. 1-888-8TSCNET -Original Message- From: Bill Shupp [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 2:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: vconvert usage on 9/24/01 2:53 PM, Brad Dameron at [EMAIL PROTECTED] spake: > I used this feat

Re: vconvert usage

2001-09-24 Thread Bill Shupp
on 9/24/01 2:53 PM, Brad Dameron at [EMAIL PROTECTED] spake: > I used this feature. It prints the use but also seems to add them to sql. > You have to reload the database to see it for some reason. I just tried this and it didn't work for me. What version of vpopmail are you using? Bill

RE: vconvert usage

2001-09-24 Thread Brad Dameron
. www.tscnet.com Silverdale, WA. 1-888-8TSCNET -Original Message- From: Bill Shupp [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 22, 2001 8:52 PM To: [EMAIL PROTECTED] Subject: Re

Re: vconvert usage

2001-09-22 Thread Bill Shupp
Incidentally, vconvert (cdb to sql) doesn't seem to work. I can go from sql to cdb, but cdb to sql just prints the usage. Anyone else seeing this? I'm using the 5.0 release. Cheers, Bill Shupp

Re: Vconvert problem,

2001-07-25 Thread Ken Jones
William Marcelo Piovezan wrote: > > Hi, > > I am trying to use vconvert to convert the /etc/passwd and /etc/shadow to > vpasswd.cdb but with no success. I am using RH6.2 with shadow passwords and > MD5. Here is my procedure: > > vadddomain mydomain.com > vconvert -e -c mydomain.com > > The pro

Re: vconvert

2001-06-29 Thread Syed Faruque Ahmed
; >Kil > >- Original Message - >From: "Syed Faruque Ahmed" <[EMAIL PROTECTED]> >To: "chris" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Friday, June 29, 2001 1:21 PM >Subject: Re: vconvert > > >I have been mulling over

Re: vconvert

2001-06-29 Thread KEnet Webmaster
D]>; <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 1:21 PM Subject: Re: vconvert I have been mulling over this for sometime. I still don't feel comfortable putting the development versions into production; too many frequent changes that might be necessary. So I am still with th

Re: vconvert

2001-06-29 Thread Syed Faruque Ahmed
I have been mulling over this for sometime. I still don't feel comfortable putting the development versions into production; too many frequent changes that might be necessary. So I am still with the stable version of vpopmail with a working vconvert. However, there is an interesting script in

Re: vconvert is not working in 4.10.24

2001-06-25 Thread Syed Faruque Ahmed
Thanks Chris, but I tried the version from 4.10.23, with the same result. Nothing seems to be happening at all. I peeked at the source in vconvert.c. There is a "#ifdef FOOB" on the very first line. There dosen't seem to be any reference to this anywhere else in the code. I don't pretend t

Re: vconvert is not working in 4.10.24

2001-06-25 Thread chris
Just an FYI, the failure of vconvert to report "usage" info when you don't supply any arguments after the command has been happening for some time (read revs.) now. I discovered this a while back and thought it was indicative of a bigger problem I was seeing, but I now think it's just buggy... T

Re: vconvert : updating from 4.9.5 with cdb to 4.10.3 with mysql

2001-05-19 Thread Ryan Duda
Justin, My only suggestion would be to look at the password hash inside of your mysql table and confirm that it is still using a DES hash after you change one of the accounts with ./vpasswd. The KJ / 0C change is based on time and it's nothing to worry about. -Ryan At 11:18 AM 5/19/2001 +020

Re: vconvert on 4.9.10

2001-05-17 Thread Ben Beuchler
On Thu, May 17, 2001 at 02:14:09PM -0400, Mathieu Martin wrote: > Same problem here. I'll try to work on a patch/workaround later today. > Because of the design of vpopmail, there is no "pretty" way to patch it. > The code for reading .dir-control files is in the vcdb.c file, which is > not compi

Re: vconvert on 4.9.10

2001-05-17 Thread Mathieu Martin
Same problem here. I'll try to work on a patch/workaround later today. Because of the design of vpopmail, there is no "pretty" way to patch it. The code for reading .dir-control files is in the vcdb.c file, which is not compiled when you --enable-mysql. It's possible to duplicate this code in vco

Re: vconvert

2000-11-27 Thread Ken Jones
Trond Arve Nordheim wrote: > > Hi. > > I'm trying to convert a cbd-database to MySQL (large-site-layout). > > I'm running the command `vconvert -c -l`, and vconvert reports everything > OK. > The problem is; i'm not able to log in to any virtual accounts, and not into > qmailadmin either (I get

Re: vconvert

2000-07-31 Thread Ken Jones
Benoit de Mulder wrote: > > Hello, > > I have a large /etc/passwd file on a server I will convert it to cdb > database on a new server. > vconvert seems to use the /etc/passwd file by default. Is there a way to > use a designated passwd file with vconvert ? > There isn't any code to do that. B