Re: [vchkpw] Help with java using vpopmail database

2007-12-14 Thread Rick Widmer
Luciano Bolonheis wrote: Hi Rick... its mysql, but after java connected to the database, how do i compare the passwords ? It depends on the ./configure options you used when building vpopmail. If you have clear text passwords enabled, just look at them. If not then --enable-md5-passwords

Re: [vchkpw] Create .qmail files when using vadduser

2007-12-14 Thread aledr
Thanks! It help me to do what I want! 2007/12/14, Tom Collins <[EMAIL PROTECTED]>: > On Dec 14, 2007, at 5:04 AM, aledr wrote: > > What is the best way to create .qmail files automatically when adding > > the user with vadduser command? > > > > Should I create an script to add the users and then f

Re: [vchkpw] Create .qmail files when using vadduser

2007-12-14 Thread Tom Collins
On Dec 14, 2007, at 5:04 AM, aledr wrote: What is the best way to create .qmail files automatically when adding the user with vadduser command? Should I create an script to add the users and then find its directory ('cause 0/user, 1/user...), or patch vpopmail.c? You could use the onchange fe

[vchkpw] Create .qmail files when using vadduser

2007-12-14 Thread aledr
Good day! What is the best way to create .qmail files automatically when adding the user with vadduser command? Should I create an script to add the users and then find its directory ('cause 0/user, 1/user...), or patch vpopmail.c? Thanks -- [ ]'s Aledr - Alexandre "OpenSource Solutions for Smal

Re: [vchkpw] Help with java using vpopmail database

2007-12-14 Thread Luciano Bolonheis
Hi Rick... its mysql, but after java connected to the database, how do i compare the passwords ? Thanks again :) Luciano On Dec 13, 2007 9:34 PM, Rick Widmer <[EMAIL PROTECTED]> wrote: > > > Luciano Bolonheis wrote: > > Hi, > > i installed vpopmail on a server and now other person wants to > > aut

Re: [vchkpw] Help with java using vpopmail database

2007-12-14 Thread Hartmut Wernisch
On 13 Dec 07, Rick Widmer wrote: > > > Luciano Bolonheis wrote: > >Hi, > >i installed vpopmail on a server and now other person wants to > >authenticate a software he is developing in the vpopmail database. He > >is coding in Java. > >Can anyone tell me how can he do it ? The function to use, or

Re: [vchkpw] Help with java using vpopmail database

2007-12-14 Thread Dvorkin Dmitry
using simple POP, IMAP or SMTP session commands. for example, telnet myserv.ee 110 user [EMAIL PROTECTED] OK pass mypass OK Luciano Bolonheis wrote: Hi, i installed vpopmail on a server and now other person wants to authenticate a software he is developing in the vpopmail database. He is