On Mar 3, 2009, at 7:55 PM, Bradley Giesbrecht wrote:
ad removed disable_plaintext_auth from my conf because with it in
place it failed to show up in "dovecot -n".
I figured I had it in the wrong place.
Should disable_plaintext_auth show in "dovecot -n"?
dovecot -n shows settings that you h
On Mar 3, 2009, at 2:37 PM, Timo Sirainen wrote:
On Tue, 2009-03-03 at 10:48 -0800, Bradley Giesbrecht wrote:
I want to allow plain text passwords only on ssl/tls.
The default settings do that.
Is it possible to have:
auth default {
mechanisms = cram-md5 ntlm
mechanisms = plain cram-
On Tue, 2009-03-03 at 10:48 -0800, Bradley Giesbrecht wrote:
> I want to allow plain text passwords only on ssl/tls.
The default settings do that.
> Is it possible to have:
> auth default {
> mechanisms = cram-md5 ntlm
mechanisms = plain cram-md5 ntlm
And then verify that you have disable_
Hello List,
I want to allow plain text passwords only on ssl/tls.
Is it possible to have:
auth default {
mechanisms = cram-md5 ntlm
..
}
and then over-ride this when connection is ssl/tls to allow plain and
login?
I have tried adding "mechanisms = plain login cram-md5 ntlm" to
"p