[Tickets #557] RESOLVED: No admin account with imap auth driver

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Sep 9 12:14:55 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=557
-----------------------------------------------------------------------
 Ticket     | 557
 Updated By | eelgueta at navix.cl
 Summary    | No admin account with imap auth driver
 Queue      | Horde Framework
 State      | Bogus
 Priority   | 2. Medium
 Type       | Bug
 Owners     | 
-----------------------------------------------------------------------


eelgueta at navix.cl (2004-09-09 12:14) wrote:

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.




More information about the bugs mailing list