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
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
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
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
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
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
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