6.0.0-beta1
9/24/25

[#557] No admin account with imap auth driver
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

History
09/09/2004 07:20:44 PM Chuck Hagenbuch Comment #4 Reply to this comment
Then you simply have your username wrong, or you're using a version of 
Horde without the admin menu (anything pre Horde 3.x, i.e. HEAD).
09/09/2004 07:14:55 PM eelgueta (at) navix (dot) cl Comment #3 Reply to this comment
I don't have any realm!



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.
09/09/2004 06:54:53 PM Chuck Hagenbuch Comment #2
State ⇒ Not A Bug
Reply to this comment
You've configured a realm in imp/config/servers.php. Either drop it, 
or take it into account (it's added to your username).
09/09/2004 06:47:50 PM eelgueta (at) navix (dot) cl Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ No admin account with imap auth driver
Queue ⇒ Horde Framework Packages
Reply to this comment
I've set up a Horde installation using imap as the authentication 
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.

Saved Queries