Re: [exim] How can I require TLS for mail submission?

Pàgina inicial
Delete this message
Reply to this message
Autor: Moritz Wilhelmy
Data:  
A: Jack Toering
CC: exim-users
Assumpte: Re: [exim] How can I require TLS for mail submission?
Hi,

On Sat, Apr 28, 2012 at 21:08:50 -0400, Jack Toering wrote:
> It works fine now for voluntary TLS mail submission. What do I have to do
> to make it mandatory? With all of the mobile devices these days, this
> should be the most asked question on the list. Users are giving away their
> user name and password all day long at hot spots in coffee shops and
> airports if they are not forced to use TLS like all of the large E-mail
> services require these days.


I use this:

auth_advertise_hosts = ${if eq{$tls_cipher}{}{}{*}}


Best,

Moritz