Re: [Exim] Forcing tls authentication

Etusivu
Poista viesti
Vastaa
Lähettäjä: Christopher Curtis
Päiväys:  
Vastaanottaja: Philip Hazel
Kopio: Exim Users Mailing List
Aihe: Re: [Exim] Forcing tls authentication
On Fri, 2 Nov 2001, Philip Hazel wrote:

>   auth_over_tls_hosts = *           <= must use TLS before AUTH
>   host_auth_accept_relay = *        <= may relay if authenticated


Ahh ... the problem really lies here: When Mozilla goes into TLS mode, it
absolutely will not volentarily authenticate. If tls_host_accept_relay
doesn't list the host, it returns a 550 relaying denied. I want it to say
530 must authenticate instead. Because of this, I will relay for anyone
who uses TLS and a valid sender, even if they are not authenticated.

Maybe this is a seperate problem.

Chris