Setup a custom header for the H-Sphere Horde webmail client
Login to the mail server through SSH
[[email protected] ~]# vi /hsphere/shared/apache/htdocs/horde/imp/config/header.php
/* Add your custom entries below this line. */
$_header['X-Horde-User'] = Auth::getAuth();
No comments