[qmailadmin] I can´t login to Qmailadmin

2004-03-03 Thread qmailaccount
Hello everybody,

i have to login to an existing Qmailadmin interface but i don´t have the postmaster 
password.
I got root Access to on the Server where qmailadmin has been installed, how can i 
login?

thanx in advance,

Jochen Schultz











[qmailadmin] I can´t login to Qmailadmin [T2004030300GH]

2004-03-03 Thread support
Dear [EMAIL PROTECTED],

This is an automated response from Namesecure.  We are
letting you know we received your message on 3/3/2004 at
 5:18:47 AM Pacific Time (US  Canada, GMT-08:00).  Thank you
for writing to us.  Your tracking number for this message is:

T2004030300GH

We will respond to your message within one business day under normal circumstances.
At times, however, we experience large volumes of e-mail.  We ask for
your patience during those times.

In the event you need to contact us regarding your original
message, please refer to the tracking number shown above.  This
will help us locate and review your correspondence with us.

Thanks once again for writing.  You should be hearing from us
shortly.

Best regards,

Namesecure

-  Namesecure -- Domain Name Services Since 1995  -

   http://www.namesecure.com
By FAX

(925) 609-1094

By Postal Mail

Namesecure
P.O. Box 27096
Concord, CA 94527
USA
---



Re: [qmailadmin] I can´t login to Qmailadmin

2004-03-03 Thread Rick Widmer


[EMAIL PROTECTED] wrote:

Hello everybody,

i have to login to an existing Qmailadmin interface but i don´t have the postmaster 
password.
I got root Access to on the Server where qmailadmin has been installed, how can i 
login?


Run  vpasswd  to change the postmaster password.  It should be in 
~vpasswd/bin.

Rick



Aw: Re: [qmailadmin] I can´t login to Qmailadmin

2004-03-03 Thread qmailaccount
  i have to login to an existing Qmailadmin interface but i don?t have the
 postmaster password.
  I got root Access to on the Server where qmailadmin has been installed,
 how can i login?
 
 
 Run  vpasswd  to change the postmaster password.  It should be in 
 ~vpasswd/bin.
 

Thank you very much,

regards Jochen Schultz







Re: [qmailadmin] modifying qmailadmin source to update FileMaker on password changes

2004-03-03 Thread Tom Collins
On Mar 2, 2004, at 4:32 PM, [EMAIL PROTECTED] wrote:
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.
Take a look at README.hooks in the QmailAdmin 1.2 source directory.  
It explains how to have QmailAdmin execute external commands when 
adding/modifying/deleting users.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [qmailadmin] modifying qmailadmin source to update FileMaker on password changes

2004-03-03 Thread harrylucs
Hi again,

If anyone is interested in updating a
FileMaker database or something similar I
came up with the following solution.

Use .qmailadmin-hooks with a path to the
program you wish to execute. In my case, it
was a shell script on the condition an
account was modified (moduser).

The shell script then passed some command
line variables into a php script, which
handles the necessary XML to update the
FileMaker database for the change.

Cheers,
Phillip