Re: [Exim] exim 3.22 and host_accept_relay

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Burnham
Fecha:  
A: Marcus Fleige, exim-users
Asunto: Re: [Exim] exim 3.22 and host_accept_relay
> when i check this configuration with exim -d9 -bh 192.168.0.2
> exim opens an smtp session for me, accepts the HELO-command,
> but rejects my RCPT TO wit "500 Unrecognized Command".
>

You have, of course, issued a MAIL FROM: command before issuing the RCPT TO:
command ?
John