AW: [gollem] Use IMP

Tilo Lutz TiloLutz@gmx.de
Tue, 4 Jun 2002 21:45:55 +0200


>When using the patch, I kept getting: FAILED LOGIN <myipaddr> to
>localhost:21 as <myusername>@<mydomain>.com
>It looks to me as if it is trying to log me in as my fully qualified
>user name for some odd reason...
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