Re: [vchkpw] How to change the password with SQL command?

2002-10-10 Thread Ken Jones
You can use the MySQL crypt command. It calls the unix crypt() function, so it's compatiable with vpopmail (and /etc/shadow) Ken Jones On Thursday 10 October 2002 05:15 pm, Alfredo Perez wrote: > Ari, > > > The SQL md5 function won't work for these passwords... it seems that > vpopmail uses a

Re: [vchkpw] devel: vqadmin-2.3.4 availble

2002-10-10 Thread Dorneles Treméa
Hi Ken, > Package: vqadmin Version: 2.3.4 (devel) > Home: http://www.inter7.com/vqadmin/ > Devel Home: http://www.inter7.com/devel/ > ChangeLog: http://www.inter7.com/vqadmin/ChangeLog > > The latest development version of vqadmin is now available at > http://www.inter7.com/devel/vqadmin-2

Re: [vchkpw] moving domains between servers

2002-10-10 Thread Steve Fulton
At 13:01 10/10/2002 -0700, Bryce C wrote: Learn shell or perl scripting. You'll be set for life. If that's not possible, I'm sure someone here can be convinced to do it for a reasonable fee. -- Steve >Hi, > >Please forgive me if this has been discussed before. I >could not find it in the arc

Re: [vchkpw] feature request

2002-10-10 Thread Steve Fulton
At 07:08 11/10/2002 +1000, Michael Bowe wrote: >You can add as many additional fields as desired if you run the vpopmail >with the MySQL backend I think he's more interested in a field made available to the software, like vQadmin, than adding it manually. I've got an upcoming project that re

Re: [vchkpw] How to change the password with SQL command?

2002-10-10 Thread Alfredo Perez
Ari, The SQL md5 function won't work for these passwords... it seems that vpopmail uses another md5 like algorithm. So the encripted password will always be different between MySQL and vpopmail. Regards, El jue, 10-10-2002 a las 15:56, Ari Arantes Filho escribió: > Hi, > > I've i

[vchkpw] How to change the password with SQL command?

2002-10-10 Thread Ari Arantes Filho
Hi, I've installed vpopmail with --enable-mysql=y and the default option --enable-md5-password=y, then I've tried: update vpopmail set pw_passwd = md5('test'), pw_clear_passwd = 'test' where pw_name = 'user1' and pw_domain = 'test.com' It didn't work. Then I've changed md5('test') to pas

Re: [vchkpw] feature request

2002-10-10 Thread Michael Bowe
You can add as many additional fields as desired if you run the vpopmail with the MySQL backend Michael. - Original Message - From: "Paul Theodoropoulos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 4:15 AM Subject: [vchkpw] feature request > > probably not

Re: [vchkpw] feature request

2002-10-10 Thread Paul Theodoropoulos
At 01:40 PM 10/10/2002, Justin Heesemann wrote: >On Thursday 10 October 2002 20:15, Paul Theodoropoulos wrote: > > probably not possible. but i was wondering if there's any way an additional > > 'comment' field could be added to vpopmail. reasoning: we have one 'mai > > >i don't know.. buy what ab

Re: [vchkpw] feature request

2002-10-10 Thread Justin Heesemann
On Thursday 10 October 2002 20:15, Paul Theodoropoulos wrote: > probably not possible. but i was wondering if there's any way an additional > 'comment' field could be added to vpopmail. reasoning: we have one 'main' > domain where customers who don't have their own domain can get a personal > emai

[vchkpw] moving domains between servers

2002-10-10 Thread Bryce C
Hi, Please forgive me if this has been discussed before. I could not find it in the archives or faq. I would like to move a domain from one physical server to another. Some of the users are on older servers where all the domains are stored in /home/vpopmail/domains/ whereas all the newer server

[vchkpw] feature request

2002-10-10 Thread Paul Theodoropoulos
probably not possible. but i was wondering if there's any way an additional 'comment' field could be added to vpopmail. reasoning: we have one 'main' domain where customers who don't have their own domain can get a personal email address. we have several hundred of them. we'd like a way to as

[vchkpw] vdelivermail.c problem

2002-10-10 Thread Pablo Murillo
Hi I have installed qmail 1.03 & vpopmail 5.2 I found a problem with the Delivered-To header in the function "maildir_to_email" All the Delivered-to headers lost the first 3 characters I changed the default dir "domains" to "mail" Checking the code I found that in the function "maildir_to_email",

Re: [vchkpw] how do I keep my tcprules

2002-10-10 Thread Peter Palmreuther
On 10 Oct 2002 10:45:54 -0500 Albert Hopkins <[EMAIL PROTECTED]> wrote: > I just noticed that vpopmail (i think) is overwriting my > /etc/tcp.smtp.cdb file, I assume for the pop-before-smtp ability. > However, there are some rules which I would like to always be present. > > Before vpopmail, I'

[vchkpw] how do I keep my tcprules

2002-10-10 Thread Albert Hopkins
I just noticed that vpopmail (i think) is overwriting my /etc/tcp.smtp.cdb file, I assume for the pop-before-smtp ability. However, there are some rules which I would like to always be present. Before vpopmail, I'd put them in /etc/tcp.smtp and then recreate the .cdb file, but vpopmail appears t

Re: [vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-10 Thread "Gonzalo G. Agulló"
Thank you, I will check the SQL option. Meanwhile, i tried the nolocking configuration setup to avoid hangups (only one of the vpopmail boxes will add/edit users cdb data so there is no risk of concurrence errors to write to cdb files). However, after recompiling (v 5.2.1), I get a weird behav