Help decode bounce message

skypanther

Exalted Code Master!
Can someone help me decode what this bounce message is telling me? It came from a client's ecommerce site hosted here in response to a new customer signup.

Code:
From: "Mail Delivery Subsystem" <[email protected]****here.biz>
To: <[email protected]>
Sent: Tuesday, January 10, 2006 8:03 AM
Subject: Returned mail: see transcript for details

>> The original message was received at Tue, 10 Jan 2006 08:03:02 -0500
>> from localhost [127.0.0.1]
>>
>>    ----- The following addresses had permanent fatal errors -----
>> <[email protected]>
>>     (reason: 554-clmboh-mx-13.mgw.rr.com)
>>
>>    ----- Transcript of session follows -----
>> ... while talking to hrndva-01.mgw.rr.com.:
>> <<< 554-hrndva-mx-02.mgw.rr.com
>> <<< 554 #5.5.4 Relaying denied. IP name lookup failed for 204.10.105.220
>> ... while talking to orngca-02.mgw.rr.com.:
>
>>>>> >>> QUIT
>
>> <<< 554-orngca-mx-07.mgw.rr.com
>> <<< 554 #5.5.4 Relaying denied. IP name lookup failed for 204.10.105.220
>> ... while talking to hrndva-02.mgw.rr.com.:
>
>>>>> >>> QUIT
>
>> <<< 554-hrndva-mx-10.mgw.rr.com
>> <<< 554 #5.5.4 Relaying denied. IP name lookup failed for 204.10.105.220
>> ... while talking to orngca-01.mgw.rr.com.:
>
>>>>> >>> QUIT
>
>> <<< 554-orngca-mx-01.mgw.rr.com
>> <<< 554 #5.5.4 Relaying denied. IP name lookup failed for 204.10.105.220
>> ... while talking to clmboh-02.mgw.rr.com.:
>
>>>>> >>> QUIT
>
>> <<< 554-clmboh-mx-08.mgw.rr.com
>> <<< 554 #5.5.4 Relaying denied. IP name lookup failed for 204.10.105.220
>> ... while talking to clmboh-01.mgw.rr.com.:
>
>>>>> >>> QUIT
>
>> <<< 554-clmboh-mx-13.mgw.rr.com
>> <<< 554 #5.5.4 Relaying denied. IP name lookup failed for 204.10.105.220
>> 554 5.0.0 Service unavailable
>>

Is 204.10.105.220 a jodo address? nslookup fails to find a domain at that address. Where's that address coming from? It's not anything that I can find in the shopping cart's configurations and that's not my client's static IP, though it's very close (a few digits off).

Thanks,
Tim
 
IP belongs to web4

Try configuring the ecommerce site to use your mail server instead of localhost
 
Thanks JoCald. I'm using X-Cart and best as I can tell, there isn't a way to specify the SMTP server to use. There's certainly nothing in any of the config files or admin screens. X(
 
Well, I faked it out by adding

ini_set('SMTP','mail.unlimitedelectric.com');

to X-Cart's config file. It seems to be working now.

Tim
 
Back
Top