When you have result=relay and a list of recipients then the server will put the mail
into the post server queue for
delivery - one control file per domain. I just set up a simple test here to send mail
to recipients in bigfoot.com and
aol.com and it worked fine.
As a simple test - set up something like this in your rcpt template:
<cfif smtpto is [EMAIL PROTECTED]>
[EMAIL PROTECTED],[EMAIL PROTECTED]
result=relay
<cfabort>
</cfif>
Then, when you send an email to that address it should be relayed to the other two
addresses instead.
HTH,
Howie
----- Original Message -----
From: "Tac" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 1:11 PM
Subject: Re: [iMS] relay logic
> Wait, I wasn't complete in my explanation, I was trying to simplify it, but
> I missed a key component
>
> RCPT really returns
>
> [EMAIL PROTECTED],[EMAIL PROTECTED]
> result=relay
>
> smokefree.org is on mercury.he.net, so it appears that the error is that
> it's trying to send to [EMAIL PROTECTED] through he.
>
> So, what to do? If IMS is relaying more than one address, doesn't it split
> them up into different messages?
>
> Thx,
>
> Tac
>
>
> ----- Original Message -----
> From: "Tac" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Friday, January 31, 2003 1:05 PM
> Subject: [iMS] relay logic
>
>
> > Here's a situation which I can't figure out what I'm doing wrong.
> Somebody
> > sends a message to
> >
> > [EMAIL PROTECTED]
> >
> > this unsubscribes them in DATA, and automatically generates a message sent
> > to
> >
> > [EMAIL PROTECTED]
> >
> > which is set up in RCPT to be relay, so RCPT responds with
> >
> > [EMAIL PROTECTED]
> > result=relay
> >
> > I was under the impression that if the result of RCPT was relay, it
> accepted
> > the mail and put it into the Post queue, and didn't interact any more with
> > the sending server. But I'm getting back strange messages saying:
> >
> > Your attached message to [EMAIL PROTECTED] could not be delivered.
> >
> > I said "RCPT TO: " and mercury.he.net responded:
> >
> > 550 ... Relaying Denied. Check your mail using POP3 first to enable SMTP.
> >
> > How is it trying to send a message to [EMAIL PROTECTED] THROUGH
> > mercury.he.net -- it should be sending it through my server, not the
> sending
> > server.
> >
> > Do I misunderstand something about relay?
> >
> > I realize that I could accept the mail, and simply send it in data, rather
> > than relaying it, but it seems like this is exactly what the purpose of
> > relay is.
> >
> > Thx,
> >
> > Tac
> >
==^=======================================================
This list server is Powered by iMS
"The Swiss Army Knife of Mail Servers"
--------------------------------------
To leave this list please complete the form at
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license? Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================