Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Forewarding e-mail to an object help

Nexeus Fatale
DJ Nexeus
Join date: 28 Aug 2004
Posts: 128
02-16-2006 11:59
Okay, here's is a weird one. I'm making an update sever. Several diffreent methods here have been discussed and what I've decided to use an external e-mail address to foreward the message to the object.

When I do this though, the object never seems to recieve the e-mail, as SL bounces it back with the following message


From: someone
This is the Postfix program at host data.agni.lindenlab.com.

I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The Postfix program

<mailtolsl@data.agni.lindenlab.com> (expanded from
<281f9a75-3b85-0c28-ff15-fa936e7fb2b0@lsl.secondlife.com>;): Command died
with status 100: "/opt/linden/indra/tools/mailglue/mailglue --grid=agni
--system=lsl --rpcserver=http://xmlrpc.secondlife.com/cgi-bin/xmlrpc.cgi".
Command output: Your email must be addressed to a UUID.


Final-Recipient: rfc822; [email]mailtolsl@data.agni.lindenlab.com[/email]
Original-Recipient: rfc822; [email]281f9a75-3b85-0c28-ff15-fa936e7fb2b0@lsl.secondlife.com[/email]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; Command died with status 100:
"/opt/linden/indra/tools/mailglue/mailglue --grid=agni --system=lsl
--rpcserver=http://xmlrpc.secondlife.com/cgi-bin/xmlrpc.cgi". Command
output: Your email must be addressed to a UUID.


am I doing something wrong, is there something wrong going on here? please help!

Right now I'm using a gmail account to foreward the information to.
_____________________
Website: www.nexeusfatale.com
[nf_d]: nfd.nexeusfatale.com
Nexeus Fatale
DJ Nexeus
Join date: 28 Aug 2004
Posts: 128
02-16-2006 12:02
added note:

Yes when I use the @lsl.secondlife.com in my llEmail() function it works.
When i create a message and send it automatically it works, forwarding is the only instance where it does not.
_____________________
Website: www.nexeusfatale.com
[nf_d]: nfd.nexeusfatale.com
Masakazu Kojima
ケロ
Join date: 23 Apr 2004
Posts: 232
02-16-2006 13:46
/54/27/87789/1.html
Keiki Lemieux
I make HUDDLES
Join date: 8 Jul 2005
Posts: 1,490
02-16-2006 14:41
Someone offered me a solution that involved php and I thought about it for a while and decided to just send it directly to the object in game without the outside forward. I wish there was a simpler solution to this. Thought there was.
_____________________
imakehuddles.com/wordpress/
Nexeus Fatale
DJ Nexeus
Join date: 28 Aug 2004
Posts: 128
02-16-2006 16:09
Yeah I just was made aware of your problem, and checking some header information there's a conflict in how the address to is being read it seems, see below:

From: someone
From: Mail Delivery System <MAILER-DAEMON@data.agni.lindenlab.com> Mailed-By: data.agni.lindenlab.com

To: apexhighstd+caf_281f9a75-3b85-0c28-ff15-fa936e7fb2b0=lsl.secondlife.com@gmail.com
Date: Feb 16, 2006 1:26 PM
Subject: Undelivered Mail Returned to Sender


My assumption is that, what happens when the message gets forewarded, the e-mail client places the e-mail address along with what ever name is attached to the e-mail account. Obviously there's a header issue here - and in creating an update system that's flexible and reliable even if the server object gets changed becomes a problem (really wish there was an easier way to contact objects, if they get copied, or re-rezzed, etc.)

Anyway, what I'm just going to do is develop a php script and use XML-RTC to communicate back and forth. I'll make a specialized version for myself and possibly an open source one for those whom want a good, flexible, and reliable update system - but using e-mail communications just seem bleh atm, particularly for updating.
_____________________
Website: www.nexeusfatale.com
[nf_d]: nfd.nexeusfatale.com
Masakazu Kojima
ケロ
Join date: 23 Apr 2004
Posts: 232
02-16-2006 20:27
http://w-hat.com/objdns

hope this helps
Nexeus Fatale
DJ Nexeus
Join date: 28 Aug 2004
Posts: 128
02-16-2006 20:33
ohhhhh.... this may help a lot, thanks :D
_____________________
Website: www.nexeusfatale.com
[nf_d]: nfd.nexeusfatale.com