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?

Hi,

if you really can't change the greeting of your Mercury Mailserver,
(if the first line of the greeting contains ESMTP Exim will try
to negotiate it)
the only way with exim-2.12 should be:

Change src/transports/smtp.c, Line 1065:

From:

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

To:

esmtp = 0;

Greetings,


Georg

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