R raphaelpdb Guest Apr 4, 2006 #3 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!
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!
O OlegB Guest Apr 5, 2006 #4 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
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
R raphaelpdb Guest Apr 5, 2006 #5 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!
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!