I'm trying to get imap-uw built on 5.4-RELEASE so that it wil allow plaintext logins. (All connections will be from localhost so I'm not concerned with SSL) But it doesn't want to behave itself. I've tried building it this way:

# cd /usr/ports/mail/imap-uw
# make -DWITH_SSL_AND_PLAINTEXT

and it complains that I'm buildling it with plaintext enabled, as it should:

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Building in PARTIAL compliance with RFC 3501 security
+ requirements:
+ Compliant:
++ TLS/SSL encryption is supported
+ Non-compliant:
++ Unencrypted plaintext passwords are permitted
+
+ In order to rectify this problem, you MUST build with:
++ SSLTYPE=unix.nopwd
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

but when I install it then telnet there I get:

# !telnet
telnet 0 143
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
* OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS
LOGINDISABLED] mail1.jasons.us IMAP4rev1 2004.357 at Tue, 9 May 2006
15:25:26 -0400 (EDT)

So somewhere it's still not allowing cleartext log-ins. Any ideas? Alternatively I'd be glad to get squirelmail working with encryption but that doesn't want to work either.

Suggestions welcome for either problem.

--
-Jason

-----
   --- There are no ABSOLUTE STATEMENTS   I'm very probably wrong. ---
"The difference between genius and stupidity is that genius has its limits."
                                        - Albert Einstein
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to