--On Tuesday, October 07, 2003 6:25 PM -0400 Daniel Whelan
<[EMAIL PROTECTED]> wrote:
I'll go ahead and answer my own question, as I evidently haven't been
paying as much attention to the mailing list as I should have lately and
found my solution buried back a couple months. On 30 July 2003 Matt
> This wasn't actually my original question, but if I set allowplaintext to
> no, my webmail no longer is able to connect (as it wants an unencrypted
> connection). So, I'll ask a more complicated question:
>
> Can I selectively allow 127.0.0.1 to connect plaintext? Alternately, can I
> allow p
I'll go ahead and answer my own question, as I evidently haven't been
paying as much attention to the mailing list as I should have lately and
found my solution buried back a couple months. On 30 July 2003 Matt
Bernstein started a thread entitled "requiring encryption but not from
localhost?",
--Ken Murchison <[EMAIL PROTECTED]> wrote:
Assuming that you want to prevent plaintext passwords from being
transmitted in the clear, set the following in imapd.conf:
allowplaintext: no
Whoops, totally missed that. For some reason I believed that this would
kill the PLAIN and LOGIN authentication
Daniel Whelan wrote:
I'm currently operating a Cyrus server listening in the following
configuration, and authenticating via PLAIN/LOGIN with a saslauthd
backend (only relevant config lines listed):
imapcmd="imapd -U 30" listen="localhost:imap"
imaps cmd="imapd -s -U 30" listen="i
On Tue, 7 Oct 2003, Daniel Whelan wrote:
> My question is, can I offer the IMAP port to any client but configure it
> such that they are required to STARTTLS to communicate? This would help
> with some picky email clients that don't like to deal with the alternate
> IMAPS port properly. Thanks!
I
Hi Daniel...
I can't answer your question, but I am wondering what client behavior you
have seen in this regard that is incorrect?
Thanks very much...
Jim
--On Tuesday, October 07, 2003 4:13 PM -0400 Daniel Whelan
<[EMAIL PROTECTED]> wrote:
I'm currently operating a Cyrus server listening in