[Ilugc] Cyrus imap testing

  • From: anuradha_tp@xxxxxxxxxxxx (anuradha_tp)
  • Date: Wed Aug 4 11:58:46 2004


Hi all
When I was trying to test the cyrus imap with the command below:
imtest -m login -p imap localhost

It gives an error like this:
failure: prot layer failure

I tried netstat -t -l and imap is there in local address column.
I killed the xinetd daemon too..
I have added the below code in the xinetd.d directory in imapd file and  
pop3d fiel respectively
imapd
service imapd
{
     socket_type     = stream
     protocol        = tcp
     wait            = no
     user            = cyrus
     server          = /usr/cyrus/bin/imapd

}
pop3d
service pop3d
{
     socket_type     = stream
     protocol        = tcp
     wait            = no
     user            = cyrus
     server          = /usr/cyrus/bin/pop3d

}
But it gives the same error.

Plz post ur suggestions to solve this problem
Thanks
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Other related posts:

  • » [Ilugc] Cyrus imap testing - anuradha_tp