On Thu, Jun 27, 2013 at 12:07:14AM +0530, [email protected] 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 > "server.crt" in /etc/ssl and its key named "server.key" in > /etc/ssl/private to run. Tested with fdm, fetchmail, getmail, mutt > packages and mail clients on Andriod, iPhone and Nokia(symbian). > > Comments? > > Source: https://poolp.org/~sunil/pop3d.tar.gz > mercurial repository: https://bitbucket.org/nimsun/pop3d/src > uuencoded gzipped tar file follows. >
Just trying things out now. In ssl.c, pop3s.crt and pop3s.key are hard coded in the fatal() calls, those should probably use CERTFILE and KEYFILE respectively. -- James Turner
