• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Event Handler

R

raphaelpdb

Guest
How do I get a password with Event Handler?

Thank's!
 
Event handler is not responsible for sending password

John S.G.
 
More Event Handler

How to I send a password?

I have a qmail server in a Linux box and I write a middleware to insert new e-mail account in qmail system, but the Event Handle don't send a password.

I need this!

Help me!
 
Actually it's a Windows forum :) May be it will be better you to contact on Plesk for Linux forum.

But I can offer you a guaranteed way to know the password.

1. You need create come .cmd file (c:\pass.cmd)
2. Put the text into

@echo off
"%plesk_bin%\mail.exe" -i %1 | findstr Password: > c:\pass.txt

2. Create handler on `Mail name created` event
c:\pass.cmd <new_mailname>

When new mail will be created (with password `my_pass`), the file c:\pass.txt will be created as well. It will include the line:

Password: my_pass
 
Thank's a lot!

My Plesk Panel running in a Windows machine, but my mail server running in a Linux box.

Your reply is amost important for me!

Thank's again!
 
Back
Top