[imp] Imp + ldap - help

Edwin L. Culp eculp at encontacto.net
Tue Oct 11 08:11:39 PDT 2005


Quoting Jean-François Sénéchal <jean-francois.senechal at marche.be>:

> Hello,
>
> I have installed the latest version of horde and imp
> I use ldap to to authenticate the users
>
> I want to use the "function _prefs_hook_from_addr($user = null)" in
> horde/config/hooks.php to get the ldap mail attribute instead of
> "login at domaine.com"
>
> I set the following, but it doesn't change anything...
>
> *in /horde/config/conf.php :*
> $conf['hooks']['from_addr'] = true;
>
> *in /horde/imp/config/conf.php :*
> $conf['hooks']['from_addr'] = true;
>
> *in /horde/imp/config/prefs.php :*
>
> // user preferred email address for From: line
> // If you lock this preference, you must specify a value or a hook for
> it in
> // horde/config/hooks.php.
> $_prefs['from_addr'] = array(
>   'value' => '',
>   'locked' => true,
>   'shared' => true,
>   'type' => 'text',
>   'desc' =>  _("Your From: address:")
> );

You might want to send us your personalized hook code from 
horde/config/hooks.php and any log information when logging in from 
your ldap logfile and posibly from httpd-error.log.

ed





More information about the imp mailing list