[imp] imp3 always get the login screen

Andrew Xiang andrew_xiang at yahoo.com
Fri Nov 5 07:37:17 PST 2004



I setup the imp3 and I ONLY see the logon screen, even though I logon successfully.

      Horde Versions
        a.. Horde: 2.2.7 
        b.. IMP: 3.2.6 (run IMP tests) 
        c.. Turba: 1.2.2 
      PHP Version
        a.. View phpinfo() screen 
        b.. PHP Version: 4.3.9 
        c.. PHP Major Version: 4.3 
        d.. PHP Minor Version: 9 
        e.. PHP Version Classification: release 
        f.. You are running a supported version of PHP.
      PHP Module Capabilities
        a.. DOM XML Support: Yes 
        b.. FTP Support: Yes 
        c.. Gettext Support: Yes 
        d.. IMAP Support: Yes 
        e.. LDAP Support: Yes 
        f.. MCAL Support: Yes 
        g.. Mcrypt Support: Yes 
        h.. MySQL Support: Yes 
        i.. PostgreSQL Support: No 
        j.. XML Support: Yes 
      Miscellaneous PHP Settings
        a.. magic_quotes_runtime disabled: Yes 
        b.. file_uploads enabled: Yes 
        c.. safe_mode disabled: Yes 
        d.. trans_sid disabled: Yes 
      PHP Sessions
        a.. Session counter: 1 
        b.. To unregister the session: click here 
      PEAR
        a.. PEAR - Yes 
        b.. Recent PEAR - Yes 
        c.. Mail - Yes 
        d.. Log - Yes 
        e.. DB - Yes 
        f.. Net_Socket - Yes 
        g.. Date - Yes 
        h.. HTML_Common/HTML_Select - No 
        i.. Horde requires the HTML_Common and HTML_Select classes only for Kronolith 1.0 to display forms correctly. 
       




     

when I use imap/notls

      IMP Version
        a.. IMP: 3.2.6 
      PHP Version
        a.. View phpinfo() screen 
        b.. PHP Version: 4.3.9 
        c.. PHP Major Version: 4.3 
        d.. PHP Minor Version: 9 
        e.. PHP Version Classification: release 
        f.. You are running a supported version of PHP.
      PHP Module Capabilities
        a.. IMAP Support: Yes 
      PHP IMAP Support Test
      server="www.gratingworks.com" user="wangning" mailbox="{www.gratingworks.com:143/imap/notls}INBOX"
      INBOX has 272 messages (0 new 0 recent)  

 



but when I login , I get stuck on the login screen : 

/var/log/horde says :

Nov 05 09:33:54 HORDE [notice] [imp] Login success for wangning [204.176.13.6] to {www.gratingworks.com:143} [on line 92 of "/mnt/www/horde/imp/redirect.php"]


BUT I always get the login screen. 

server.php

$servers['_prompt'] = array(
    'name' => _("GratingWorks MailServer:")
);

$servers['imap'] = array(
    'name' => 'IMAP Server',
//  'server' => 'imap.gratingworks.com',
    'server' => 'www.gratingworks.com',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'gratingworks.com',
//  'smtphost' => 'smtp.gratingworks.com',
    'smtphost' => 'www.gratingworks.com',
    'realm' => '',
//    'realm' => '',
    'preferred' => ''
);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 2345 bytes
Desc: not available
Url : http://lists.horde.org/archives/imp/attachments/20041105/c823d17a/attachment.obj


More information about the imp mailing list