Hello all,
I'm trying to develop an addon for the backend of i-MSCP to add support for DomainKeys, I'm not a Perl developer (mainly PHP) and I'm watching the files under /var/www/imscp/engine/PerlLib to get some inputs but I'm stucked.
I would like to ask the developers some things:
There is a particoular function that get called to register the hooks inside the addon?
Hooks can be attached to all the functions inside /var/www/engine/PerlLib/Servers/mta/postfix.pm or only to some functions inside /var/www/engine/PerlLib/Servers/mta/postfix/installer.pm (I think I've seen some calls to the callbacks array) ?
Thanks everyone!