[horde] aditional custom hooks...is it possible?
Jan Schneider
jan at horde.org
Wed Mar 29 11:58:41 PST 2006
Zitat von alex <aferreira at gaiajoy.com>:
> there,
>
> I'm trying to develop a mail system with qmail style aliasing, managed
> through horde.
> I've got the perl script that does it quite fine. I only need it to hook it
> up with the imp prefs, namely
> Alias_addr.
>
> This is my idea:
>
> User puts an alias in the alias_addr field in the imp prefs.
> The alias_addr is hooked up with the function _imp_hook_alias_addr in
> hooks.php (registered as $conf['hooks']['alias_addr'] = true in imp's
> conf.php)
> This function checks the pair $UserID, alias against the alias stored in a
> database.
> If it is available stores/updates the $UserID alias with the new one and
> makes the exec() call to the perl script, otherwise returns an error.
>
> My question is, can I make a custom hook like this one? Or is it impossible?
Yes, but read the documentation in horde/config/prefs.php and
config/hooks.php on how to create preference hooks.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the horde
mailing list