Re: [exim] SMTP connection time out error

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John W. Baxter
Fecha:  
A: exim-users
Asunto: Re: [exim] SMTP connection time out error
On 1/21/2005 15:42, "Bryan" <bryan@???> wrote:

> Greetings all, I have a persistant problem receiving mail from one of our
> clients. I can send to them just fine but receiving has never worked.


I've seen broken SSL implementations do things like this. You could try not
advertising STARTTLS to the problem server. See the tls_advertise_hosts
option (14.23 in the spec).

--John