Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 May 2006 15:36:55 -0400 (EDT)
From:      jason <freebsd@jasons.us>
To:        stable@freebsd.org
Subject:   imap w/cleartext on 5.4-RELEASE
Message-ID:  <20060509152734.N54136@mail1.jasons.us>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060509152734.N54136>