• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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