We made a change to the SMTP Server code and this should be fixed in 1.5a
(we just need to test it).

Regards,

Howie

----- Original Message -----
From: "Max Paperno" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 6:53 PM
Subject: [iMS] "Relay to MX" problem in RCPT template (1.5 beta)


>
> Hi Howie and all,
>
> I'm finding something strange recently.  This happens so infrequently that
I haven't spent the time tracking it down before.  Perhaps this is fixed in
the 1.5 release?  I'm going to try installing that next to see what happens
and will report back.
>
> Here's what's going on though.  I have a few domains that are set up to
relay only, and a mail server is specified to which to relay to.  Here's the
code in my RCPT.cfm template that handles this:
>
> <CFIF CheckDomain.RecordCount AND CheckDomain.DomainType EQ 2>
> <CFOUTPUT>
> result=relay
> mx="#CheckDomain.RelayToMX#"
> </CFOUTPUT>
> <CFABORT>
> </CFIF>
>
> For some reason it direct the whole email file to the MX I specify,
instead of just that domain's recipient.  For example, I have a domain
called Test.com that's set to relay to mail.test.com.  Someone sends an a
message through my iMS SMTP server that has one recipient in the Test.com
domain, and other recipient(s) in other non-local domain(s).  iMS will
attempt to send ALL the other recipients' messages to mail.test.com instead
of performing it's own MX lookups.  The mail then fails because
mail.test.com rejects the relay attempts to the non-local accounts.  In
other words it seems that as soon as iMS sees the 'relay' result followed by
the MX attribute, it will direct the whole incoming message to the MX server
specified instead of looking at the individual recipients' domains.
>
> Howie, has this been fixed?  If not, I'd like to submit it as a bug
report, unless you tell me it's my code of course  :-)
>
> Thanks!
> -Max
>



========================================================================
     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/iMS.htm

List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
========================================================================

Reply via email to