Hongbing Zhou wrote:
> The sender address is definitely correct. I can
> receive mail; hotmail can also receive my mail.
> 
> The mail server I tried to send to 
> 163.com: 500 Error: bad syntax
> BenQ.com: 501 5.5.4 Invalid Address

I don't know what are you doing wrong. I just sent an email using james
to [EMAIL PROTECTED] and it worked:
------------
26/07/06 20:15:29 INFO  James.Mailet: RemoteDelivery: Attempting
delivery of Mail1153937727704-0-!498699-to-163.com to host
mx.mail.163.split.netease.com. at 202.108.5.122 for addresses [EMAIL PROTECTED]
26/07/06 20:15:33 INFO  James.Mailet: RemoteDelivery: Mail
(Mail1153937727704-0-!498699-to-163.com) sent successfully to
mx.mail.163.split.netease.com. at 202.108.5.122 for [EMAIL PROTECTED]
---------------------

I only downloaded james binary, no changes to the configuration, I
started it, sent an email from my address to [EMAIL PROTECTED] and that was
the log.

Maybe you have filtering firewalls, maybe almost anything..

Try this one:

CMD> telnet mx.mail.163.split.netease.com 25

SEND> EHLO test.com
SEND> MAIL FROM: <[EMAIL PROTECTED]>
SEND> RCPT TO: <[EMAIL PROTECTED]>
SEND> DATA
SEND> test
SEND> .
SEND>
SEND> QUIT

And tell us what you get as replies.

Stefano


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

Reply via email to