Re: [Exim] exim 3.22 and host_accept_relay

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: Marcus Fleige, exim-users
題目: 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