On Sun, 5 Mar 2006, BuildSmart wrote:
Sorry, I should have looked a little closer at the Makefile and read the changes to see thet the defualt was changesd to 'SSLTYPE=nopwd'
That is the standard build, as required by RFC 3501.
Using 'SSLTYPE=none' gave me my working build but I was wondering if SSL/TLS support is still available with this build method???
That builds without SSL entirely; which is non-complaint with RFC 3501 and VERY insecure.
Is it possible to have both methods available in a single binary???
If, by this, you mean building with SSL support, but allowing insecure logins without the use of SSL, that is done by SSLTYPE=unix.
However, I recommend that you use the standard SSLTYPE=nopwd. Every client in the past several years has supported SSL and/or TLS.
-- 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
