Re: [Exim] HTTP commands

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Exim-Users (E-mail)
Asunto: Re: [Exim] HTTP commands
John Hall schrieb:
> Has anyone else seen entries in their logs like this:
>
> SMTP protocol violation: synchronization error (next input sent too soon):
> rejected "POST / HTTP/1.0"


Yep, they come from time to time.

> Someone has got very confused :)


No, it's someone trying to use a open http proxy for relaying.
When the mailer ignores the first lines of input and does not enforce
pipelining rules, that also works.

They just send the SMTP-Session as content.

Nico