Re: [Exim] Rejection problem.

Top Page
Delete this message
Reply to this message
Author: Sheldon Hearn
Date:  
To: David Corbin
CC: Tabor J. Wells, exim-users
Subject: Re: [Exim] Rejection problem.

On Thu, 27 Sep 2001 08:49:56 -0400, "David Corbin" wrote:

> Does anyone want to explain why I get a rejection message when I use "mail"
> while actually on the server, but not when I access the system remotely?


Run an SMTP listener on a non-standard pot, in high debug mode and then
connect to that, e.g.

On the server:

    exim -d 9 -bd -oX 2525


On the client:

    telnet serverhostname 2525
    ....


Obviously, what's important is what you see on the server, not the
client.

Ciao,
Sheldon.