Odhiambo G. Washington wrote:
> I have a problem sending mail to one host on the Internet from one of
> my servers.
>
> I have done a test delivery, whose data can be found here:
>
> http://ns2.wananchi.com/~wash/Eximstats/test.txt
>
>
> Any clues as to why this is happening???? I'm concerned because it's not
> happening from all the boxes I run Exim on.
Mhhhhh
Looks like this MTA does not accept a second EHLO after STARTTLS, this
is (IMHO) a bug and breaks RFC, after STARTTLS the connection should be
in a clear state again.
try to set
hosts_avoid_tls=57.250.220.29
and see what happens, this should disable TLS for this server.
ciao