• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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