[horde] Loog flood: "not authorized for mail" ?
Torben Dannhauer
torben at dannhauer.info
Wed Feb 15 16:29:57 UTC 2017
Hi,
my Horde setup logs a lot of errors like this: EMERG: HORDE User
torben at dannhauer.info is not authorized for Mail (Host: <ipv6>)"
In the webmailer, I can use IMP as expected without any noticable issue.
My hook for the Ingo transport is this:
public function transport_auth($driver)
{
switch ($driver) {
case 'timsieved':
$ob = $GLOBALS['registry']->call('mail/imapOb');
if(is_object($ob))
{
return array(
'euser' => $ob->getParam('username'),
'password' => $ob->getParam('password'),
'username' => $ob->getParam('username')
);
}
}
// DEFAULT: Use hordeauth (identical to not defining hook at all).
return true;
Has anyone seen this error already? Adding/editing/removing rules in Ingo
works..
Thanks,
Torben
More information about the horde
mailing list