News:

  • May 01, 2026, 11:20:55 PM

Login with username, password and session length

Author Topic: Received data: 550 5.7.1 Unable to relay  (Read 11856 times)

edbfmi

  • Newbie
  • *
  • Posts: 3
Received data: 550 5.7.1 Unable to relay
« on: March 24, 2011, 02:32:16 PM »
I am trying to use the H0-ECOM100 to send an email.
My customer is running Exchange2010 for their mail server.
When I use the SMTP viewer to see what is happening I get the following
Thu Mar 24 14:11:21 2011   192.168.115.136:   Recipient: sbeers@prec-prod.com
Thu Mar 24 14:11:21 2011   192.168.115.136:   Subject: test
Thu Mar 24 14:11:21 2011   192.168.115.136:   Body: email test
Thu Mar 24 14:11:21 2011   192.168.115.136:   Sending HELO msg
Thu Mar 24 14:11:21 2011   192.168.115.136:   State: 0x2  Received data: 220 PPIEX10.prec-prod.local Microsoft ESMTP MAIL Service ready at Thu, 24 Mar 2011 14:10:54 -0400 
Thu Mar 24 14:11:21 2011   192.168.115.136:   Received Greeting.
Thu Mar 24 14:11:21 2011   192.168.115.136:   State: 0x2  Received data: 250 PPIEX10.prec-prod.local Hello [192.168.115.136] 
Thu Mar 24 14:11:21 2011   192.168.115.136:   Sending MAIL FROM
Thu Mar 24 14:11:21 2011   192.168.115.136:   State: 0x3  Received data: 250 2.1.0 Sender OK 
Thu Mar 24 14:11:21 2011   192.168.115.136:   Sending RCPT TO
Thu Mar 24 14:11:21 2011   192.168.115.136:   State: 0x3  Received data: 250 2.1.5 Recipient OK 
Thu Mar 24 14:11:21 2011   192.168.115.136:   Sending RCPT TO
Thu Mar 24 14:11:26 2011   192.168.115.136:   State: 0x4  Received data: 550 5.7.1 Unable to relay 
Thu Mar 24 14:11:26 2011   192.168.115.136:   Didn't get '250 OK' from RCPT TO

Any Ideas on what I need to look for?
Thanks

harncw

  • Full Member
  • ***
  • Posts: 22
Re: Received data: 550 5.7.1 Unable to relay
« Reply #1 on: March 25, 2011, 08:29:33 AM »
I haven't used the email functionality in the ecom*
however...

SMTP 550 shows as a "relay" related error.

From reading your other posts, it looks like you tried using smtpout.secureserver.net (which is godaddy I think) and you reported success.  Now you are trying to use a smtp server inside your LAN?

My guess is that the server wants you to authenticate before it will send on your messages.  Therefore, you need to either change the client or the server.  A quick glance at Netedit makes me think that is not possible to have the ecom authenticate, I dont even see a place for a username\password.  Therefore can you configure the email server to allow non authenticated clients either globally (bad idea because of spam I think.), maybe by IP address or somehow.

links:
http://en.wikipedia.org/wiki/Open_mail_relay
http://social.technet.microsoft.com/Forums/en-US/exchangesvrtransport/thread/1a84a06a-f1c8-40b4-ace8-1e264f218aa1/
« Last Edit: March 25, 2011, 09:01:04 AM by harncw »

MikeS

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 261
    • Host Engineering, Inc.
Re: Received data: 550 5.7.1 Unable to relay
« Reply #2 on: March 25, 2011, 04:26:00 PM »
if authentication is the issue, the latest version (3.7c) of NetEdit will let you configure email authentication.

Run NetEdit to find the ECOM100, right-click on the ECOM100 in the list and select Email Configuration. Click the Use Authentication selection at the bottom of the dialog and enter the userid password.
Good design costs a lot. Bad design costs even more.

harncw

  • Full Member
  • ***
  • Posts: 22
Re: Received data: 550 5.7.1 Unable to relay
« Reply #3 on: March 30, 2011, 10:10:43 AM »
I see "Added ability to include username/password for e-mail authentication" in the release notes:
http://www.hosteng.com/SW-Products/NetEdit3%20RevHistory.htm

However I don't see anything about authentication in the email config.


I checked my partner's PC as well and 3.7c seems to be missing the entry controls for email authentication on the Email Config dialog.

MikeS

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 261
    • Host Engineering, Inc.
Re: Received data: 550 5.7.1 Unable to relay
« Reply #4 on: March 31, 2011, 08:30:40 AM »
hmmm ... Assuming you have h0-ecom100 firmware version 4.0.210 or later we can go at it another way.

use your favorite web browser to connect to the h0-ecom100 (enter http://<ip address of the ecom100>) as the url

click the link for Email Setup

you should see a checkbox for "Use Authentication", click that and enter the userid and password, then click the Send button to save the configuration
Good design costs a lot. Bad design costs even more.