Extremely irritating patch that works, and yet doesn't.

2004-07-26 Thread Sahil Tandon
Attached is a patch file, that exists in my ports tree, specifically /usr/ports/mail/imap-uw/files. After running 'make install', the binaries are put in place and I am able to connect to the server and read mail just fine. However, there is one portion of the patch that doesn't seem to "make

Re: can't seem to get pop starttls working

2004-07-26 Thread Matt Selsky
pop with starttls works when I force the use of TLSv1. $ openssl s_client -connect mailtest:110 -starttls pop3 -tls1 I guess the client I was testing is broken. But my original openssl command worked for starttls against a non-UWash pop3 server. On Mon, Jul 26, 2004 at 03:27:44AM -0400, Matt

can't seem to get pop starttls working

2004-07-26 Thread Matt Selsky
I built imap-2004a on Solaris 9 (OpenSSL 0.9.7d) like so: $ make gso PASSWDTYPE=pmb SSLTYPE=nopwd SSLDIR=/opt/local \ SSLCERTS=/var/ssl EXTRALDFLAGS='-R/opt/local/lib' I'm able to connect securely via port 995 (pop3s), but I can't connect via 110 using starttls. $ openssl s_client -connect ma