• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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