On Wed, 15 Nov 2006, Ziemowit Laski wrote:
Interesting -- I wonder if TLS really works, then, or is just pretending to.

Yes, TLS will work since the port number decision is only for SSL.

The underlying problem is that tcp_serverport() isn't returning good data.
Am I to assume that the correct values to come back from tcp_serverport() are 143 and 993?

Normally, yes.

Did you build the software in 64-bit mode? If so, rebuild it in 32-bit mode. There are known issues with 64-bit builds, and this is one of them.
I certainly hope the build is 32-bit since I'm running on a crufty AMD K6 box :-); plus, since I'm using FreeBSD 4.11, I don't believe the gcc-2.95.4 compiler even knows about x86_64. Anyway, I'll look around tcp_serverport() to see what is happening.

The other possibility is that the socket is IPv6 and the software was built IPv4 only. Try rebuilding (do "make clean" first) and include IP=6 in the build.

Also, give the latest UW distribution (imap-2006c1) and the imap-2006d development snapshot a try.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to