Re: [EXIM] Forcing SMTP instead of ESMTP?

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Hans-Georg v. Zezschwitz
Data:  
Para: exim-users
Assunto: 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/ ***