[imp] How to use imp_get_vinfo

eculp at encontacto.net eculp at encontacto.net
Thu May 1 19:15:37 PDT 2003


Quoting Thomas O'Brien <thomas at creativebusinessystems.com>:

| Ed,
|
| I have changed back to $conf['hooks']['vinfo'] = 'imp_get_vinfo';
|
|
| Line 366      if ($type == 'username') {
| Line 367           return $_SESSION['imp']['user'] . '@' . $vdomain;

Unfortunately, I can't test anything that I am suggesting because I
don't have a corresponding horde/IMP version configured and don't
even have access to a Windows machine.  Could there be an issue with
the $_SESSION['imp']['user'] variable on your windows apache?  If
you are using apache, try changing line 367 to:

           return Auth::getAuth() . '@' . $vdomain;

Let me know,

ed

-------------------------------------------------



More information about the imp mailing list