[ingo] Ingo with Cyrus Sieve ... Authentication Fails
Marc Fournier
scrappy at hub.org
Mon Feb 10 18:22:50 UTC 2014
On Feb 10, 2014, at 9:18 , Jan Schneider <jan at horde.org> wrote:
>
> You might have to use a transport_auth hook, setting both 'username' and 'euser' to the correct values.
Tried that, but didn’t see the user setting, so had only done:
public function transport_auth($driver)
{
$ob = $GLOBALS['registry']->call('mail/imapOb');
return array(
'password' => $ob->getParam('password'),
'username' => $ob->getParam('username')
);
}
Adding the euser setting fixes it, thanks …
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.horde.org/archives/ingo/attachments/20140210/78ff9162/attachment.bin>
More information about the ingo
mailing list