> Hello all > > Could someone please help me with this: > > I've installed uw imap, along with squirrelmail, openssl and xinetd on a > RedHat 8 server. The server is using PAM, so I did the "make > lnp" install for imap. When I try to log in I get the "unknown > user or password incorrect" error. In /var/log/messages and on a > telnet session to the imap server on port 143, I get info that tells me > "login disabled". From reading in this mailing list it seems > that a recompile enabling login is required, but a can't find info on how > to do this. There also doesn't seem to be any documentation on the UW > website for this. Does anyone know what command I should use or how I > should go about it?
Have you tried reading Makefile. uw-imap has bunch of comments there. Including available configuration options. If you run 'make lnp', SSLTYPE default to 'nopwd' (SSL support using OpenSSL, and plaintext authentication permitted only in SSL/TLS sessions, uw-imap 2002.rc7) make lnp SSLTYPE=unix ------------ # SSL type. Defines whether or not SSL support is on this system # # The following SSL types are bundled: # none no SSL support # unix SSL support using OpenSSL # nopwd SSL support using OpenSSL, and plaintext authentication permitted only # in SSL/TLS sessions # sco link SSL before other libraries (for SCO systems) # unix.nopwd same as nopwd # sco.nopwd same as nopwd, plaintext authentication in SSL/TLS only # # SSLTYPE=nopwd is now the default as required by the IESG. SSLTYPE=nopwd ------------- If you are able recompile uw-imap, you may want to consider using courier or cyrus instead. UW imap has two things. 30 years of compatibility and mbox format, that has performance problems with bigger mailboxes. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
