Hi, 

I download imap.tar.Z and then I execute:

make bsf SSLTYPE=unix PASSWDTYPE=std IP=6

Now, I can do login but not yet it verifies the expiration of users (listed in 
/etc/master.passwd)

A user with the expired account, can do login and read his messages. 

I want to avoid this. ¿It is necessary that it modifies the source code?

Other question:
After make with the options mentioned above I try to install the programs 
executing the comand
 # make install 

But appears this message:
"make: don't know how to make install. Stop"

I will appreciate your suggestions

On Thu, 1 Dec 2005 17:59:49 -0800 (PST)
Mark Crispin <[EMAIL PROTECTED]> wrote:

> Hello -
> 
> It seems that you have a modified copy of the UW imap toolkit.  The 
> command
>       make -DWITH_SSH_AND_PLAINTEXT PASSWDTYPE=std IP=6
> is not used with the unmodified UW distribution.
> 
> In particular, I do not know what -DWITH_SSH_AND_PLAINTEXT does, since 
> that is not a configuration parameter in the version that I wrote.
> 
> You can obtain an unmodified copy of UW IMAP from:
>       ftp://ftp.cac.washington.edu/mail/imap.tar.Z
> 
> The correct build for FreeBSD in unmodified UW IMAP is:
>       make bsf
> 
> You reported that you are getting a "Login disabled" syslog.
> 
> "Login disabled" means that an attempt was made to use a plaintext 
> authentication mechanism (LOGIN, AUTHENTICATE PLAIN, AUTHENTICATE LOGIN) 
> in a session that is not protected by SSL or TLS encryption.  This is in 
> compliance with RFC 3501 sections 6.1.1, 6.2.3, 7.2.1, and 11.2.
> 
> To avoid this, you must install SSL/TLS certificates (as described in the 
> imap-2004g/docs/SSLBUILD file) and use a client capable of SSL or TLS. 
> Alternatively, you must disable unsecured plaintext prohibition with 
> SSLTYPE=none or SSLTYPE=unix (but note that doing so exposes passwords to 
> being stolen by hackers).
> 
> -- 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