[imp] Imaps configuration

rAcHeL^cY rachelcy at hotmail.com
Fri Feb 14 15:47:44 PST 2003


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!!!!!!!


More information about the imp mailing list