<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
That error means that the mail server at smtp.integra.net isnt
configured for dottedi.biz<br>
How you would go about this, I dont know as I havent dealt with shared
hosting and those control panel things in a LONG time.<br>
Easiest way would be to just send that info to the support for integra
and see what they have to say. They could tell you in a heartbeat.<br>
<br>
<br>
-------- Original Message&nbsp; --------<br>
Subject: [clue-tech] mail problem<br>
From: Bob Meetin <a class="moz-txt-link-rfc2396E" href="mailto:bobm@dottedi.biz">&lt;bobm@dottedi.biz&gt;</a><br>
To: CLUE tech <a class="moz-txt-link-rfc2396E" href="mailto:clue-tech@cluedenver.org">&lt;clue-tech@cluedenver.org&gt;</a><br>
Date: Wednesday, October 01, 2008 7:36:53 AM<br>
<blockquote cite="mid:48E37CF5.10105@dottedi.biz" type="cite">This is a
mail problem one of my clients is experiencing after switching from
cbeyond to integra.&nbsp; Point me to another forum/list if the shoe doesn't
fit:
  <br>
  <br>
One of my clients switched from cbeyond to another provider, integra
and just
  <br>
like that lost email notifications coming from their ecommerce site.
  <br>
The site is hosted by rackforce.&nbsp; I have access to the plesk control
panel and
  <br>
shell access to the site.&nbsp;&nbsp; I ought to be able to do command line mail
  <br>
be doing:
  <br>
  <br>
mail <a class="moz-txt-link-abbreviated" href="mailto:bobm@dottedi.biz">bobm@dottedi.biz</a> &lt;cr&gt;&nbsp; etc...
  <br>
  <br>
This fails with no obvious error; I tried doing mail -v to see a
verbose
  <br>
output but apparently wrong argument.
  <br>
  <br>
I also made up a very simple php file which when accessed should send
me
  <br>
a test message.&nbsp; It also fails, something like:
  <br>
  <br>
&lt;?php
  <br>
$message = "Email body/contents";
  <br>
$subject = "Test of php email script";
  <br>
$to = <a class="moz-txt-link-rfc2396E" href="mailto:bobm@dottedi.biz">"bobm@dottedi.biz"</a>;
  <br>
$from = "From: <a class="moz-txt-link-abbreviated" href="mailto:admin@wherever.com">admin@wherever.com</a>";
  <br>
mail ($to, $subject, $body, $from);
  <br>
?&gt;
  <br>
  <br>
No dice of course.&nbsp; Finally within zen-cart itself I found the
  <br>
configuration item for the mail server which was originally set to
  <br>
"mail.west.cbeyond.com" and changed it to: "smtp.integra.net" and the
  <br>
dice remain silent.
  <br>
  <br>
I also tried upon someone else's suggestion from a shell logged into
the defendant:
  <br>
  <br>
-sh-2.05b$&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; telnet smtp.integra.net 25
  <br>
Trying 204.130.255.5...
  <br>
Connected to smtp.integra.net.
  <br>
Escape character is '^]'.
  <br>
220 mail.integraonline.com ESMTP
  <br>
helo whatever.com
  <br>
250 mail.integraonline.com
  <br>
HELO whatever.com
  <br>
250 mail.integraonline.com
  <br>
RCPT TO: <a class="moz-txt-link-abbreviated" href="mailto:bobm@dottedi.biz">bobm@dottedi.biz</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 503 MAIL first (#5.5.1)
  <br>
mail from: <a class="moz-txt-link-abbreviated" href="mailto:bobm@whatever.com">bobm@whatever.com</a>
  <br>
250 ok
  <br>
rcpt to: <a class="moz-txt-link-abbreviated" href="mailto:bobm@dottedi.biz">bobm@dottedi.biz</a>
  <br>
553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
  <br>
  <br>
UPPER/lower case does not seem to matter. <br>
Any&nbsp; suggestions?&nbsp; As I have access to Plesk, is there anything in the
control
  <br>
panel that needs to be changed that might still be referencing cbeyond?
  <br>
  <br>
_______________________________________________
  <br>
clue-tech mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a>
  <br>
<a class="moz-txt-link-freetext" href="http://www.cluedenver.org/mailman/listinfo/clue-tech">http://www.cluedenver.org/mailman/listinfo/clue-tech</a>
  <br>
</blockquote>
<br>
<br>
</body>
</html>