AW: [gollem] Use IMP

Rich West Rich.West@divatv.com
Tue, 04 Jun 2002 16:08:50 -0400


Now that I look at it, you can add the following at line 139.

list($gollem['user']) = split("@", $gollem['user']);

It does the same as what you sent, it is just cleaner looking. :)

However, now I am getting:
FAILED LOGIN <myip> to localhost:21 as <myusername>

Everything looks correct.  Grr.. If I turn off horde auth via the gollem 
conf.php file, I can log in manually (via gollem's interface) and it 
works just fine..

-Rich

Tilo Lutz wrote:

>I had the same problem.
>
>I don't know anything about php but I've copied two lines from another
>Project.
>Indert in the file /gollem/lib/Gollem.php, line 139
>$temp1 = split ("@", $gollem['user']);
>$gollem['user'] = $temp1[0];
>
>It's very dirty but it works.
>
>Tilo
>
>