Re: [Exim] hosts_avoid_esmtp

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Peter McEvoy, Exim-Users (E-mail)
Αντικείμενο: Re: [Exim] hosts_avoid_esmtp
Peter McEvoy wrote:
> Hi,
> I have exim 4.30 passing mail to exchange 5.5. It works ok except I get
> messages in the exchange boxes event viewer about being unable to
> complete the STARTTLS command issued by the exim box. I've tried using:
>
> hostlist hosts_avoid_tls = the.exchange.box
> hostlist hosts_avoid_esmtp = the.exchange.box
>
> But the "problem" remains.


You've just DEFINED two hostlists with the names of the options, but you
didn't assign anything to the REAL options.

Just remove the "hostlist" and it should work.

Nico