One thing that could simplify this... if you are developing the other
script anyways, you could use some kind of imap library for your
language. For example, I had another custom system where I wanted to
share my email user base... I simply authenticated via imap (in my
case through php). Saved from having to really tie any dependencies in
direct to the email system. And then you also don't need ot have local
access to the mysql database if your app is sitting elsewhere or on
another network.
Just a thought.
Dustin
On 5-Sep-08, at 10:29 AM, Robin W. Sanchez C. wrote:
Ok, thanks,
Only one more question, what is the encrypt algorithm that have
vpopmail database in the field pw_passwd, because I need to develop
other script
From: Jake Vickers [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 04, 2008 8:54 PM
To: [email protected]
Subject: Re: [qmailtoaster] Change Passwd
Robin W. Sanchez C. wrote:
Thanks Jake, but I m trying to find the script that connect to the
mysql, because I need add to connect to other database for example
postgresql
Because the idea is that all internal programs in my enterprise use
the mail user and password, and the every users change or modified
their password with the same scrip. But I was looking in /usr/
share/qmailadmin but I’ve couldn’t finded, you know what script is?
It will be compiled in the /usr/share/qmailadmin/qmailadmin file.
You'll need to edit the source to change anything, then recompile.
I am guessing here - I'm not actually looking at the source to
confirm/deny this.