Re: [Exim] HTTP commands

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Exim-Users (E-mail)
Sujet: 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