From noelb at users.sourceforge.net Tue Mar 4 02:26:17 2008 From: noelb at users.sourceforge.net (Noel (Sourceforge)) Date: Tue, 04 Mar 2008 17:26:17 +1000 Subject: [imapproxy-info] main.c patch Message-ID: <1204615576.25594.7.camel@roswell.ausics.net> Dave, In Early December you and I discussed the attached patch on 1.26rc2 for outlook to work, I note you did not include it in the official release 1.26, did you put this code elsewhere another way, or did you opt to omit it? *note I re-made the diff today against 1.26* for original, refer our emails December 4 '07 Cheers Noel From noelb at users.sourceforge.net Tue Mar 4 02:43:11 2008 From: noelb at users.sourceforge.net (Noel (Sourceforge)) Date: Tue, 04 Mar 2008 17:43:11 +1000 Subject: [imapproxy-info] main.c patch In-Reply-To: <1204615576.25594.7.camel@roswell.ausics.net> References: <1204615576.25594.7.camel@roswell.ausics.net> Message-ID: <1204616591.25594.12.camel@roswell.ausics.net> Helps if I attach it :) On Tue, 2008-03-04 at 17:26, Noel (Sourceforge) wrote: -------------- next part -------------- A non-text attachment was scrubbed... Name: main.c.patch Type: text/x-patch Size: 454 bytes Desc: not available Url : http://lists.andrew.cmu.edu/pipermail/imapproxy-info/attachments/20080304/f3460cf1/attachment.bin From ramesh_tn at hotmail.com Wed Mar 5 23:53:47 2008 From: ramesh_tn at hotmail.com (Ramesh TN) Date: Thu, 6 Mar 2008 10:23:47 +0530 Subject: [imapproxy-info] installation problem Message-ID: My apologies if this is not the right forum. I am using the general email-id as I am unable to find anything specific for installation issues. I have compiled and am trying to run imapproxy for the first time. My OS: Suse linux enterprise 9 (SP4). The compile goes through fine with only one error during configure, ie: checking for request_init in -lwrap... noconfigure: WARNING: Wrappers library not found!!! Wrappers will be disabled. This did not prevent "make" and I managed to create the executable. However when I run the default "Start" script or the executable directly the program loads and stays without relinquishing control of the terminal (foreground is set to "no"). After a few minutes it exits. The only message appearing in the system log is: Mar 6 09:52:30 clinger in.imapproxyd: Using syslog facility 'LOG_MAIL' for logging.Mar 6 09:52:30 clinger in.imapproxyd: main(): Using default configuration file '/etc/imapproxy.conf'. When I check with netstat: I find that imapproxy has established connection to my imap provider (imap.google.com) but there is nothing bound to any local interfaces. telnetting to the local ip address results in "connection refused". I have tried many different port numbers (143, 144, 666, 993) for the local listen_port with no difference. The server_port is set to 993 as prescribed by gmail. Any help appreciated. Ramesh _________________________________________________________________ Tried the new MSN Messenger? It?s cool! Download now. http://messenger.msn.com/Download/Default.aspx?mkt=en-in -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.andrew.cmu.edu/pipermail/imapproxy-info/attachments/20080306/7080ace4/attachment.html From dave64 at andrew.cmu.edu Thu Mar 6 01:17:20 2008 From: dave64 at andrew.cmu.edu (Dave McMurtrie) Date: Thu, 06 Mar 2008 01:17:20 -0500 Subject: [imapproxy-info] installation problem In-Reply-To: References: Message-ID: <47CF8C70.8080906@andrew.cmu.edu> Ramesh TN wrote: > The only message appearing in the system log is: > > Mar 6 09:52:30 clinger in.imapproxyd: Using syslog facility 'LOG_MAIL' > for logging. > Mar 6 09:52:30 clinger in.imapproxyd: main(): Using default > configuration file '/etc/imapproxy.conf'. Look at your syslog.conf and find out where mail.* things are being logged to. You should see the rest of the startup messages there. > I have tried many different port numbers (143, 144, 666, 993) for the > local listen_port with no difference. The server_port is set to 993 as > prescribed by gmail. If gmail requires the use of imaps (port 993), imapproxy will not work with it. imapproxy only supports the use of STARTTLS (negotiating encryption over an unencrypted imap connection). It does not support the deprecated imaps. Thank you, Dave From peter.schober at univie.ac.at Mon Mar 10 12:52:25 2008 From: peter.schober at univie.ac.at (Peter Schober) Date: Mon, 10 Mar 2008 17:52:25 +0100 Subject: [imapproxy-info] mirror in europe Message-ID: <20080310165224.GE5657@wssp.cc.univie.ac.at> * Tomi Leppikangas [2008-02-15 09:32]: > Is there mirror for downloading up-imapproxy-1.2.6 sources? (thanks to your remark) now there is, courtesy of Vienna University, Austria, Europe: http://ftp.univie.ac.at/applications/www.imapproxy.org/ ftp://ftp.univie.ac.at/applications/www.imapproxy.org/ (updated daily from www.imapproxy.org, we'll see about mirroring upstream outages ;) this will eventually be mentioned on www.imapproxy.org so people will actually find it (e.g. from the google cache). cheers and thanks to dave (and many others) for their work, @all: feel free to ping me via personal mail if there's something wrong with the mirror. -peter -- peter.schober at univie.ac.at - vienna university computer center Universitaetsstrasse 7, A-1010 Wien, Austria/Europe Tel. +43-1-4277-14155, Fax. +43-1-4277-9140 From tomilepp at sun3.oulu.fi Mon Mar 17 09:43:13 2008 From: tomilepp at sun3.oulu.fi (Tomi Leppikangas) Date: Mon, 17 Mar 2008 15:43:13 +0200 Subject: [imapproxy-info] Buffer overflow In-Reply-To: <1203612275.7496.17.camel@Anastacia> References: <1203612275.7496.17.camel@Anastacia> Message-ID: <20080317134313.GC24562@sun3.oulu.fi> > On Mandriva's bugzilla we received this imapproxy bug: > http://qa.mandriva.com/show_bug.cgi?id=37974 > > Mandriva compiles imapproxy is compiled with buffer overflow protection, > a feature which is also enabled in Fedora. Apparently this feature > detects a buffer overflow in imapproxy. > > Any help in debugging this problem is appreciated. Hi, Could you test my patch in: http://lists.andrew.cmu.edu/pipermail/imapproxy-info/2007-September/000662.html if it fixes that problem. -- ## tomilepp cc oulu fi ## ## http://www.student.oulu.fi/~tomilepp/ ## From fhimpe at telenet.be Mon Mar 17 17:57:47 2008 From: fhimpe at telenet.be (Frederik Himpe) Date: Mon, 17 Mar 2008 22:57:47 +0100 Subject: [imapproxy-info] Buffer overflow In-Reply-To: <20080317134313.GC24562@sun3.oulu.fi> References: <1203612275.7496.17.camel@Anastacia> <20080317134313.GC24562@sun3.oulu.fi> Message-ID: <200803172257.47459.fhimpe@telenet.be> On Monday 17 March 2008 14:43:13 Tomi Leppikangas wrote: > > On Mandriva's bugzilla we received this imapproxy bug: > > http://qa.mandriva.com/show_bug.cgi?id=37974 > > > > Mandriva compiles imapproxy is compiled with buffer overflow protection, > > a feature which is also enabled in Fedora. Apparently this feature > > detects a buffer overflow in imapproxy. > > > > Any help in debugging this problem is appreciated. > > Hi, > > Could you test my patch in: > http://lists.andrew.cmu.edu/pipermail/imapproxy-info/2007-September/000662. >html if it fixes that problem. According to the reporter, this patch does not help... -- Frederik Himpe