[Dovecot] Requiring STARTTLS only on some networks

Pascal Volk user+dovecot at localhost.localdomain.org
Fri May 7 17:41:02 EEST 2010


On 05/07/2010 04:36 PM Thomas Hummel wrote:
> On Fri, May 07, 2010 at 04:26:47PM +0200, Pascal Volk wrote:
> 
>> remote 192.168.111.0/24 {
>>   disable_plaintext_auth = no
>> }
>> remote fdfd:ffff:dddd::0/48 {
>>   disable_plaintext_auth = no
>> }
> 
> Thanks. I have to look further in what is allowed to go into those sections.
> But in the case of disabling/enabling STARTTLS, this is indeed what I need.


remote 192.168.111.0/24 {
  disable_plaintext_auth = no
  ssl = no
}

~ # doveconf -f rip=192.168.111.234 ssl
ssl = no
~ # doveconf  ssl
ssl = yes


Regards,
Pascal
-- 
The trapper recommends today: 5e1f1e55.1012716 at localdomain.org


More information about the dovecot mailing list