Re: [exim] URGENT : Help with TLS

Page principale
Supprimer ce message
Répondre à ce message
Auteur: John Burnham
Date:  
À: exim-users@exim.org
Sujet: Re: [exim] URGENT : Help with TLS
> So two questions:
> 1) in urgency: how to tell the exim4 website to not use TLS (problems
> appair whit the STARTTLS) [some google reference talk about debian
> package pb...]
>


If it's one particular host (or a list of hosts) you can use

hosts_avoid_tls

which is an option on the smtp transport - see

http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_smtp_transport.html

for more details.