Maybe I identified the problem in your config.

You should use:

   <smtpserver enabled="true">
      <handler>
         <authRequired>true</authRequired>
<authorizedAddresses>127.0.0.0/8, 10.233.68.208/32</authorizedAddresses>
      </handler>
   </smtpserver>

and not:
   <smtpserver enabled="true">
      <handler>
         <authRequired>true</authRequired>
         <authorizedAddresses>127.0.0.0/8</authorizedAddresses>
         <authorizedAddresses>10.233.68.208</authorizedAddresses>
      </handler>
   </smtpserver>

"authorizedAddresses" should be a comma separated list of networks. I'm not sure that to specify a single ip you need a /32 or /255.255.255.255 or nothing at all.

Stefano


[EMAIL PROTECTED] wrote:
Stefano,

I made sure 10.233.68.208 is the only IP on this machine (using command ipconfig /all).

To simplify the problem I opened a telnet session to test James locally and remotely.

Here are telnet command issued and response from James:

From local machine:
220 cn068etss208 SMTP Server (JAMES SMTP Server 2.2.0) ready Tue, 7 Mar 2006 11:15:11 -0800 (PST)
MAIL FROM: <[EMAIL PROTECTED]>
250 Sender <[EMAIL PROTECTED]> OK
RCPT TO:<[EMAIL PROTECTED]>
250 Recipient <[EMAIL PROTECTED]> OK
DATA
354 Ok Send data ending with <CRLF>.<CRLF>
HELLO
.
250 Message received


From remote machine:
220 cn068etss208 SMTP Server (JAMES SMTP Server 2.2.0) ready Tue, 7 Mar 2006 11:19:17 -0800 (PST)
MAIL FROM: <[EMAIL PROTECTED]>
250 Sender <[EMAIL PROTECTED]> OK
RCPT TO:<[EMAIL PROTECTED]>
530 Authentication Required

Are they full message you want?

Your time and help is very much appreciated.
Thanks.
Ningmei Zhu



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

Reply via email to