Hey there,
I want to develope an extension for my Plesk servers to do some check of outgoing mails before they will be delivered.
I created an Plesk Extension and setup an test-server. So now I read the documentation about Mail Handlers (http://docs.plesk.com/en-US/12.5/extensions-guide/mail-handlers.71844/)
The hooking point "Before local delivery" or "Before remote delivery" looks quiet the right place to work with.
But how do I catch them up in my hook/-Folder? Seems like Plesk just have 5 hooks to extend:
pm_Hook_Auth, pm_Hook_ContentInclude, pm_Hook_CustomButtons, pm_Hook_Interface and pm_Hook_LoginContentInclude?
I saw the sectioni "Registering Mail Handlers" (http://docs.plesk.com/en-US/12.5/ex...ing-handlers/registering-mail-handlers.71855/), so may I could set up an Controller and register him as an handler, but that sounds not good. Also, the mail_handler_controller expects an executable file...?
May some other could help me out with some information.
I want to develope an extension for my Plesk servers to do some check of outgoing mails before they will be delivered.
I created an Plesk Extension and setup an test-server. So now I read the documentation about Mail Handlers (http://docs.plesk.com/en-US/12.5/extensions-guide/mail-handlers.71844/)
The hooking point "Before local delivery" or "Before remote delivery" looks quiet the right place to work with.
But how do I catch them up in my hook/-Folder? Seems like Plesk just have 5 hooks to extend:
pm_Hook_Auth, pm_Hook_ContentInclude, pm_Hook_CustomButtons, pm_Hook_Interface and pm_Hook_LoginContentInclude?
I saw the sectioni "Registering Mail Handlers" (http://docs.plesk.com/en-US/12.5/ex...ing-handlers/registering-mail-handlers.71855/), so may I could set up an Controller and register him as an handler, but that sounds not good. Also, the mail_handler_controller expects an executable file...?
May some other could help me out with some information.