Re: [Exim] exim 3.22 and host_accept_relay

Inizio della pagina
Delete this message
Reply to this message
Autore: John Burnham
Data:  
To: Marcus Fleige, exim-users
Oggetto: 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