[imp] Imaps configuration
    Hammad 
    hammad at brisksolutions.com
       
    Fri Feb 14 10:22:22 PST 2003
    
    
  
If I assume that your IMAP is 100% working then try changing the protocol to the
following:
'protocol' => 'imap/ssl/novalidate-cert'
Let us know if it works.
--
Hammad
Quoting rAcHeL^cY <rachelcy at hotmail.com>:
| Someone help me out pls,,,!
| 
| I couldn't login to imaps (port 993) using imp interface, (imap 143 is
| working fine) and i getting the error in /var/log/maillog as below:
| 
| Feb 14 15:43:10 smtp imapd[26822]: imaps SSL service init from
| 999.999.999.999
| Feb 14 15:43:10 smtp imapd[26822]: Command stream end of file, while
| reading
| line user=??? host=UNKNOWN
| 
| and error in /tmp/horde.log
| Feb 14 15:43:10 HORDE [error] [imp] FAILED LOGIN 999.999.999.999 to
| tuxxit.com:993[imap/ssl] as username [on line 270 of
| "/var/www/html/horde/imp/lib/IMP.php"]
| 
| Can someone guide me on how to configure the imaps?
| 
| 
| my configuration are as shown below:
| 
| horde/config/horde.php
| > $conf['auth']['params']['dsn'] = '{abc.com/imap/ssl:993}INBOX';
| 
| horde/imp/config/servers.php
| $servers['imap'] = array(
|     'name' => 'IMAP Server',
|     'server' => 'abc.com',
|     'protocol' => 'imap/ssl',
|     'port' => 993,
|     'folders' => 'mail/',
|     'namespace' => '',
|     'maildomain' => 'abc.com',
|     'smtphost' => 'smtp.abc.com',
|     'realm' => 'abc.com',
|     'preferred' => 'true'
| );
| 
| Thanks in advance!!!!!!!
| 
| -- 
| IMP mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: imp-unsubscribe at lists.horde.org
| 
    
    
More information about the imp
mailing list