[Tickets #11411] User is not authorized for horde
bugs at horde.org
bugs at horde.org
Sat Sep 8 17:47:04 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11411
------------------------------------------------------------------------------
Ticket | 11411
Created By | hostmaster at ip6.li
Summary | User is not authorized for horde
Queue | Horde Base
Version | 5.0.0beta5
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
hostmaster at ip6.li (2012-09-08 17:47) wrote:
horde5 is configured to use imp for login. After login following
appears in syslog:
Sep 8 19:40:45 webmail-test HORDE: [horde] Login success for
xxx at example.net [192.168.116.22] to horde. [pid 3279 on line 160 of
"/var/www/test/login.php"]
Sep 8 19:40:45 webmail-test HORDE: User is not authorized for horde
[pid 3279 on line 266 of "/usr/share/php/Horde/Registry.php"]
backends.local.php:
<?php
$servers['imap'] = array(
// ENABLED by default
'disabled' => false,
'name' => 'IMAP Server',
'hostspec' => '192.168.116.2',
'hordeauth' => 'full',
'protocol' => 'imap',
'port' => 143,
'secure' => 'false',
'maildomain' => '',
'quota' => array(
'driver' => 'imap',
'params' => array(
'hide_when_unlimited' => true,
'unit' => 'MB'
)
),
'cache' => false,
'acl' => true,
);
this backend.local.php works without any problems in a Horde 4 environment.
More information about the bugs
mailing list