Problem with Cyrus

2006-09-07 Thread neelu_dhiman
Hi, I have installed and configured cyrus-imapd-2.3.7 and cyrus-sasl-2.1.22 on my Linux (FC 4) machine. I am able to telnet to my server on imap port. I am also able to get cyradm prompt when I type cyradm on cmd line. But, whenever I try cyradm localhost, then I get no prompt(only a blank line) .

Re: Problem with Cyrus

2006-09-07 Thread neelu_dhiman
Hi Sven, Thanks a lot for your reply. even this is not working. One thing more, when I do telnet to my machine (acting as a server), then also, I am not able to run any IMAP command such as login, logout etc. I am getting a blank prompt like this: [EMAIL PROTECTED] ~]$ telnet

How to modify and debug cyrus server code

2006-09-08 Thread neelu_dhiman
Hi, Can you please tell me how can I change and debug the cyrus code? I have found that the code is in /usr/src/debug/cyrus-imapd-2.3.7/ on my machine. Can you please tell me if this is the right place to modify the code? And in what sequence the code is executed? Thanks, Neelu. DISCLAIMER

Cyrus code

2006-09-11 Thread neelu_dhiman
Hi, I have installed and configured Cyrus IMAP server from rpm on my Linux machine. It is working properly. Can you please tell me will I have to rebuild and reconfigure the code (configure script) if I have to make changes in the code? Will I have to rebuild the rpm also? And, what are the open

Design of Cyrus IMAP

2006-09-14 Thread neelu_dhiman
Hi, Can you please tell me where can I find the architecture and design of Cyrus IMAP server. Is there any documentation available for it? Actually, I want to analyze the internal working and flow of Cyrus. Can I find any pointers for it? Thanks, Neelu. DISCLAIMER == This e-mail may

Can not debug cyrus imapd code

2006-10-09 Thread neelu_dhiman
Hi, I am working on Cyrus Imap server (Fedora Core). I have to modify the Cyrus code, for which I found out the places and started debugging the imapd code. But, I am recieving segmentation Fault and different signals in between. If I login to server directly through a client, then it works fine.