Re: [exim] SMTP connection time out error

Startseite
Nachricht löschen
Nachricht beantworten
Autor: John W. Baxter
Datum:  
To: exim-users
Betreff: 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