[imp] horde-webmail-1.1 imp login failure

John Jendro tacliat at gmail.com
Thu Jun 5 02:24:54 UTC 2008


I just grabbed horde-webmail-1.1 today and tried  to get it going.  I
have a working horde already (version 3.1.6 with a bunch of separately
download components, imp ...)

I am getting  the following in the horde log:
Jun 04 19:05:24 HORDE [error] [imp] FAILED LOGIN for johnj
[2610:10:20:209:20c:f1ff:feae:8ff] to {mailhost.cecs.pdx.edu:993
[imap/ssl/novalidate-cert]} [pid 3944 on line 139 of
"/stash/webstuff/horde/horde-webmail-1.1/imp/lib/Auth/imp.php"]

I have horde in the default mode of different auth for horde than imp
auth, I can get into horde but I can't log into imp.

Here is the section of code, that if I comment out I am able to login,
but I get another error.

        if (!$imp_imap->changeMbox(null, IMP_IMAP_PEEK)) {
            Horde::logMessage(IMP::loginLogMessage('failed'),
__FILE__, __LINE__, PEAR_LOG_ERR);

            unset($_SESSION['imp']);
            if (isset($prefs)) {
                $prefs->cleanup(true);
            }
            $this->_setAuthError(AUTH_REASON_FAILED);
            return false;
        }

The other errors are:
    Warning: imap_lsub(): supplied argument is not a valid imap
resource in /stash/webstuff/horde/horde-webmail-1.1/imp/lib/IMAP/Tree.php
on line 1653
    Notice: Undefined index: % in
/stash/webstuff/horde/horde-webmail-1.1/imp/lib/IMAP/Tree.php on line
1628

Here is my servers.php definition:
$servers['imap'] = array(
    'name' => 'MCECS Mailhost',
    'server' => 'mailhost.cecs.pdx.edu',
    'protocol' => 'imap/ssl/novalidate-cert',
    'maildomain' => 'cecs.pdx.edu',
    'smtphost' => 'mailhost.cecs.pdx.edu',
    'port' => 993,
    'folders' => 'mail.',
    'namespace' => '',
    'realm' => '',
    'preferred' => '',
    'hordeauth' => true,
    'imap_config' => array(
        'children' => true,
          'namespace' => array(
               '' => array(
                    'name' => 'mail.',
                    'delimiter' => '.',
                    'type' => 'personal',
                    'hidden' => false
                    ),
                ),
            'search_charset' => true
            ),
        );

I have gone through the mailing list archives and faqs but haven't
found anything like this.
-- 

-John Jendro


More information about the imp mailing list