Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Timo Sirainen
On Thu, 2009-01-15 at 10:26 +0100, Durk Strooisma wrote: > Hi all, > > Is there a way to enforce STARTTLS for all connections, regardless their > authentication mechanism? disable_plaintext_auth only takes care of the auth > conversation, but I would like to have all communication encrypted. > >

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Eric Toczek
Durk Strooisma wrote: > This will work for plain text authentication. However, we are (partly) > using > GSSAPI, which is not a plain text authentication mechanism. TLS (through > STARTTLS) won't be enforced in these connections. > Ah yeah, will not work with GSSAPI, sorry if I missed where you

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Durk Strooisma
> First you need to disable any ssl_listen in the protocol section: > > protocol imap { > listen = *:143 > # ssl_listen = *:993 > } > protocol pop3 { > listen = *:110 > #ssl_listen = *:995 > } > > Then set: > disable_plaintext_auth = yes > > That will give you the ability for users

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Eric Toczek
Durk Strooisma wrote: >> On 1/15/2009, Durk Strooisma (d...@kern.nl) wrote: >> >>> As far as I can see, this would only be possible when using imaps and >>> disabling imap. However, I would like to have the other way around; >>> disabling imaps and using imap for all communication (with enforc

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Durk Strooisma
> On 1/15/2009, Durk Strooisma (d...@kern.nl) wrote: >> As far as I can see, this would only be possible when using imaps and >> disabling imap. However, I would like to have the other way around; >> disabling imaps and using imap for all communication (with enforced >> STARTTLS). >> Am I missing s

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Charles Marcus
On 1/15/2009, Durk Strooisma (d...@kern.nl) wrote: > As far as I can see, this would only be possible when using imaps and > disabling imap. However, I would like to have the other way around; > disabling imaps and using imap for all communication (with enforced > STARTTLS). > Am I missing somethin

[Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Durk Strooisma
Hi all, Is there a way to enforce STARTTLS for all connections, regardless their authentication mechanism? disable_plaintext_auth only takes care of the auth conversation, but I would like to have all communication encrypted. As far as I can see, this would only be possible when using imaps and d