[imp] remote mail server sieve unable to authentificate
Michael J Rubinsky
mrubinsk at horde.org
Mon Oct 19 16:16:29 UTC 2015
Quoting soeren at mindorf-it.de:
> Hello Mike,
>
> Zitat von Michael J Rubinsky <mrubinsk at horde.org>:
>
> [...]
>
>
>>
>>
>> How do you login to Horde, with a full email address or just a
>> username? Do you have any auth hooks defined for Horde/IMP?
>>
>> --
>> mike
>> The Horde Project
>> http://www.horde.org
>> https://www.facebook.com/hordeproject
>> https://www.twitter.com/hordeproject
>
> I login with full email address to hode.
>
> I'm not sure what you mean with any auth hook.
Then you probably don't have one, though I can't figure out why the
domain is being stripped then.
Try this instead in your hook?
$full_user = $GLOBALS['registry']->getAuth('original');
return array(
'euser' => $full_user,
'username' => $full_user
);
--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5751 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/imp/attachments/20151019/90904997/attachment.bin>
More information about the imp
mailing list