[horde] Loog flood: "not authorized for mail" ?
Torben Dannhauer
torben at dannhauer.info
Wed Feb 15 16:41:11 UTC 2017
Zitat von Torben Dannhauer <torben at dannhauer.info>:
> 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>)"
>
oops, the log looks like this:
2017-02-11T11:38:41+01:00 ERR: HORDE [ingo] User torben at dannhauer.info
is not authorized for Mail (Host: <IPv6>). [pid 7750 on line 1582 of
"/usr/share/php/Horde/Registry.php"]
2017-02-11T11:38:41+01:00 EMERG: HORDE User torben at dannhauer.info is
not authorized for Mail (Host: <IPv6>). [pid 7750 on line 1678 of
"/usr/share/php/Horde/Registry.php"]
2017-02-11T12:15:48+01:00 ERR: HORDE [ingo] User torben at dannhauer.info
is not authorized for Mail (Host: <IPv6>). [pid 4798 on line 1582 of
"/usr/share/php/Horde/Registry.php"]
2017-02-11T12:15:48+01:00 EMERG: HORDE User torben at dannhauer.info is
not authorized for Mail (Host: <IPv6>). [pid 4798 on line 1678 of
"/usr/share/php/Horde/Registry.php"]
2017-02-11T12:29:20+01:00 ERR: HORDE [ingo] User torben at dannhauer.info
is not authorized for Mail (Host: <IPv6>). [pid 16389 on line 1582 of
"/usr/share/php/Horde/Registry.php"]
2017-02-11T12:29:20+01:00 EMERG: HORDE User torben at dannhauer.info is
not authorized for Mail (Host: <IPv6>). [pid 16389 on line 1678 of
"/usr/share/php/Horde/Registry.php"]
>
>
> 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
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list