Re: [EXIM] Forcing SMTP instead of ESMTP?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Hans-Georg v. Zezschwitz
Fecha:  
A: exim-users
Asunto: 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/ ***