Re: [EXIM] Forcing SMTP instead of ESMTP?

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Hans-Georg v. Zezschwitz
Dátum:  
Címzett: exim-users
Tárgy: Re: [EXIM] Forcing SMTP instead of ESMTP?

Sorry, my answer was probably a bit fast.

You might prefer something like this:

esmtp = strstr(buffer, "ESMTP") != NULL && strstr(buffer, "Mercury") == NULL;

"Mercury" should be replaced by something that is specific for the
greeting of your Mercury server.

Greetings,


Georg

--
*** Exim information can be found at http://www.exim.org/ ***