Summary | No admin account with imap auth driver |
Queue | Horde Framework Packages |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | eelgueta (at) navix (dot) cl |
Created | 09/09/2004 (7685 days ago) |
Due | |
Updated | 09/09/2004 (7685 days ago) |
Assigned | |
Resolved | 09/09/2004 (7685 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Horde without the admin menu (anything pre Horde 3.x, i.e. HEAD).
This is my servers.php:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'navixchile.com',
'smtphost' => 'localhost',
// 'realm' => '',
'preferred' => ''
);
I commented the realm keyword to make sure it's not taken into account
(it just gives a warning when logging out).
I tried adding a realm and changed the admin user line to:
conf['auth']['admins'] = array('eelgueta_at_navixchile.com');
But it's the same.
State ⇒ Not A Bug
or take it into account (it's added to your username).
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ No admin account with imap auth driver
Queue ⇒ Horde Framework Packages
driver. I have no access as an administrator. At least, I see no admin
menu.
I tried adding the following line:
$conf['auth']['admins'] = array('MY_IMAP_ACCOUNT_NAME');
but nothing changes.
Thanks.