Re: pop3 daemon with ssl

2013-06-26 Thread sunil
On Wed, Jun 26, 2013 at 09:08:20PM -0400, James Turner wrote: > On Wed, Jun 26, 2013 at 08:36:48PM -0400, James Turner wrote: > > On Thu, Jun 27, 2013 at 12:07:14AM +0530, su...@sunilnimmagadda.com wrote: > > > Hello, > > > > > > This is an implementation of RFC1939 with pop3s(port 995) support >

Re: pop3 daemon with ssl

2013-06-26 Thread Philip Guenther
On Wed, Jun 26, 2013 at 6:08 PM, James Turner wrote: > First, if you connect to port 995 with telnet instead of say openssl > s_client and issue any command pop3d dies and leaves the following > "fatal: session lost". Even running ^] from telnet after connecting is > enough to cause this behavior.

Re: pop3 daemon with ssl

2013-06-26 Thread James Turner
On Wed, Jun 26, 2013 at 08:36:48PM -0400, James Turner wrote: > On Thu, Jun 27, 2013 at 12:07:14AM +0530, su...@sunilnimmagadda.com wrote: > > Hello, > > > > This is an implementation of RFC1939 with pop3s(port 995) support > > out of box. The DESIGN document outlines the processes setup and > >

Re: pop3 daemon with ssl

2013-06-26 Thread James Turner
On Thu, Jun 27, 2013 at 12:07:14AM +0530, su...@sunilnimmagadda.com wrote: > Hello, > > This is an implementation of RFC1939 with pop3s(port 995) support > out of box. The DESIGN document outlines the processes setup and > imsg exchange. It needs a user named "_pop3d", a certificate named > "ser

pop3 daemon with ssl

2013-06-26 Thread sunil
Hello, This is an implementation of RFC1939 with pop3s(port 995) support out of box. The DESIGN document outlines the processes setup and imsg exchange. It needs a user named "_pop3d", a certificate named "server.crt" in /etc/ssl and its key named "server.key" in /etc/ssl/private to run. Tested

Re: binary integer constants in gcc

2013-06-26 Thread Mark Kettenis
> Date: Wed, 26 Jun 2013 13:32:31 +1000 > From: Jonathan Gray > > On Fri, Jun 21, 2013 at 10:20:01AM +0200, Mark Kettenis wrote: > > > Date: Fri, 21 Jun 2013 17:31:39 +1000 > > > From: Jonathan Gray > > > > > > Both gcc and clang have an extension for binary integer constants. > > > In gcc's ca