[Tickets #4634] forward doesn't use full username (with domain) for backend
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Nov 7 15:51:26 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4634
-----------------------------------------------------------------------
Ticket | 4634
Created By | jonathan at crazylinux.de
Summary | forward doesn't use full username (with domain) for backend
Queue | Forwards
Version | 3.0
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
jonathan at crazylinux.de (2006-11-07 15:51) wrote:
hi,
i use forward with qmail-ftp-backend. also the pure-ftpd-server uses
vpopmail as auth-backend, so you need to login to the ftp with the
email-address as username
as workaround i changed in forward/main.php
...
// Get the current login username and realm.
#$split = explode('@', Auth::getAuth());
#$user = @$split[0];
$user = Auth::getAuth();
$realm = @$split[1];
...
regrads Jonathan
More information about the bugs
mailing list