wilde: doc/raw-howtos speaking-imap-for-debugging.txt,1.4,1.5

cvs at intevation.de cvs at intevation.de
Wed Feb 15 18:47:19 CET 2006


Author: wilde

Update of /kolabrepository/doc/raw-howtos
In directory doto:/tmp/cvs-serv5494

Modified Files:
	speaking-imap-for-debugging.txt 
Log Message:
Added short section on making unencrypted imap connections to a Kolab
server.


Index: speaking-imap-for-debugging.txt
===================================================================
RCS file: /kolabrepository/doc/raw-howtos/speaking-imap-for-debugging.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- speaking-imap-for-debugging.txt	15 Jul 2005 12:56:00 -0000	1.4
+++ speaking-imap-for-debugging.txt	15 Feb 2006 17:47:17 -0000	1.5
@@ -49,3 +49,23 @@
 	
 4. Close session
 	a logout
+
+
+Making insecure connections using toltec
+----------------------------------------
+
+This might be useful for sniffing.
+
+1. Disable SSL/TLS in the toltec settings.
+
+2. Substitute the line @@@cyrus-imap@@@ in cyrus.conf.template with
+   the expanded version as found in cyrus.conf   
+   (simply commenting out @@@cyrus-imap@@@ won't help, you would end up
+   with two imap entries in cyrus.conf)
+
+   Add the option "-p 128" to the imap cmd.
+
+3. /kolab/sbin/kolabconf
+
+You should be now able to connect to the Kolab server without SSL/TLS
+(using AUTH PLAIN) and read the imap traffic in clear text on the wire!





More information about the commits mailing list