Hi,

This line (assuming you haven't edited it):
10/12/02 09:44:18 DEBUG smtpserver: Command received: RCPT TO:<user>

show that James was never sent the ip address only the username, it should read 
exactly as sent, and in your case you want to see

RCPT TO:<user@[xxx.xxx.xxx.xxx]>

usernames without domains are OK under the stds. James deals with them by legitimately 
appending @localhost.
I suggest you check the sending s'ware.

If you want to confirm this telnet into james..
(you type lines beginning >>> James replies begin <<< )

>>> telnet localhost 25
<<< 220 killerbees.co.uk SMTP Server (JAMES SMTP Server 2.1a1-cvs) ready Tue, 10 Dec 
2002 17:14:57 +0000 (GMT)
>>> MAIL FROM:<danny>
<<< 250 Sender <danny@localhost> OK
>>> RCPT TO:<danny@[127.0.0.1]>
<<< 250 Recipient <danny@[127.0.0.1]> OK
>>> DATA
<<< 354 Ok Send data ending with <CRLF>.<CRLF>
>>> Subject: test
>>> 
>>> test
>>> .
<<< 250 Message received
>>> quit
<<< 221 killerbees.co.uk Service closing transmission channel

d.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to