Re: imap-uw question

2006-09-20 Thread doug

On Mon, 18 Sep 2006, [EMAIL PROTECTED] wrote:


On Tue, 19 Sep 2006, Jonathan Chen wrote:


On Mon, Sep 18, 2006 at 03:16:26PM -0400, [EMAIL PROTECTED] wrote:

Has anyone configure imap-uw to accept plaintext passwords? The options listed
in the doumentation do not work. I have tried various combinations of
PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success.

Or is there a better imap/pop daemon to use? Thanks for any help.


You have to make sure that BOTH mail/imap-uw and mail/cclient have
been compiled with -DWITH_SSL_AND_PLAINTEXT.

Cheers.
--
Jonathan Chen [EMAIL PROTECTED]
--
 Power corrupts, Absolute Power is pretty neat


That (eventually) did it - thanks. From reading the UW docs, I had tried:

  make WITH_SSL_AND_PLAINTEXT=yes

which looked liked reading the make file do the right thing. What's the
difference or where can I read about it? I other confusion came from having to
restart inetd. I would have thought that was not necessary.

The answer at least for imap-uw is do not pay too much attention to the makes 
files and docs in the source, rather use /usr/ports/mail/imap-uw/Makefile.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw question

2006-09-18 Thread Jonathan Chen
On Mon, Sep 18, 2006 at 03:16:26PM -0400, [EMAIL PROTECTED] wrote:
 Has anyone configure imap-uw to accept plaintext passwords? The options listed
 in the doumentation do not work. I have tried various combinations of
 PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success.
 
 Or is there a better imap/pop daemon to use? Thanks for any help.

You have to make sure that BOTH mail/imap-uw and mail/cclient have
been compiled with -DWITH_SSL_AND_PLAINTEXT.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
 Power corrupts, Absolute Power is pretty neat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw question

2006-09-18 Thread Javier Henderson


On Sep 18, 2006, at 3:16 PM, [EMAIL PROTECTED] wrote:

Has anyone configure imap-uw to accept plaintext passwords? The  
options listed

in the doumentation do not work. I have tried various combinations of
PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success.

Or is there a better imap/pop daemon to use? Thanks for any help.


I've switched from uw-imap to dovecot recently, and I'm quite pleased  
with the switch. Dovecot is configured using a plain text file,  
enabling and disabling features is a matter of editing the file and  
SIGHUP'ing dovecot, instead of recompiling like you have to do with  
uw-imap.


You can run dovecot in daemon mode, or invoke it from inetd. I run it  
in daemon mode.


Note that with dovecot you can easily configure it to accept  
plaintext on a given interface while forcing secure authentications  
on another. This may be useful in some cases, depending on network  
topology.


-jav

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw question

2006-09-18 Thread doug
On Tue, 19 Sep 2006, Jonathan Chen wrote:

 On Mon, Sep 18, 2006 at 03:16:26PM -0400, [EMAIL PROTECTED] wrote:
  Has anyone configure imap-uw to accept plaintext passwords? The options 
  listed
  in the doumentation do not work. I have tried various combinations of
  PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success.
 
  Or is there a better imap/pop daemon to use? Thanks for any help.

 You have to make sure that BOTH mail/imap-uw and mail/cclient have
 been compiled with -DWITH_SSL_AND_PLAINTEXT.

 Cheers.
 --
 Jonathan Chen [EMAIL PROTECTED]
 --
  Power corrupts, Absolute Power is pretty neat

That (eventually) did it - thanks. From reading the UW docs, I had tried:

   make WITH_SSL_AND_PLAINTEXT=yes

which looked liked reading the make file do the right thing. What's the
difference or where can I read about it? I other confusion came from having to
restart inetd. I would have thought that was not necessary.

Thanks for all the subbestions the others are topics for a new thread after I
RTFM some to get a bit smarter.

_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IMAP-UW Question.

2004-03-26 Thread Chuck Swiger
samy lancher wrote:
I think IMAP_UW rejects non-encrypted logins by default. So I guess
LOGINDISABLED has got something to do with the default SSL support in IMAP-UW.
Is there any way to disable default SSL support, without actually reinstalling
cclient and IMAP with make variables WITHOUT_SSL or WITH_SSL_AND_PLAINTEXT.
Sorry, no.  UWash IMAP doesn't have a config file which might be able to 
override the compiled-in settings.

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]