Hi,

At work we are running qmailadmin. Currently,
it is using mySQL as the
authentication database.

Customer details are stored on a separate
FileMaker pro database. One of
the fields in the customer database is password.

Now, I need to propagate a changed (new)
password from qmailadmin to the
FileMaker database as well as the mySQL database.

I think the best way would be to modify the
qmailadmin source and execute
the relevant C API to FileMaker (if it
exists), or I can use an existing
PHP API to FileMaker to update password
changes. This would mean an
execl("php /www/data/update.php") command.

Is it possible for somebody to point me in
the right direction to the
source where password changes are  performed
so I can add the
(unfinished!) logic:

if ( password update successful )
     execute php script

Cheers,
Phillip Lucs

Reply via email to