There are two general types of delivery failures - immediate and deferred.  Immediate 
failures (such as "mailbox does not exist") are handled by the ReportPostStatus 
template in the POST Server (you can enable one or more of the 3 types of result 
notifications in the POST Server settings).  The other type of delivery failure is 
when the remote server accepts the mail and then bounces it back.  These types of 
deferred failures are handled by the SMTP or SMTP/B servers.

If you want to test bounces then you need to send mail to a server that will accept 
and then bounce the email.

HTH,

Howie

----- Original Message ----- 
From: "Laurence Hoess" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, July 14, 2003 9:44 AM
Subject: Re: [iMS] POST server sending emails more than once


> I want to  use the DATA to processes the bounces message.
> They are showing up in the POST log as failures, but nothing is written in the DATA 
> template. I have the required [EMAIL PROTECTED] I also have the skip HELO and MAIL 
> turned ON.
> I also create an RCPT template that basically consists of 
> <cfif form.totalrcpts gt 1000>
> result=toomany
> <cfabort>
>  <cfelse>
> result=accept
> </cfif>
> 
> 
> Is it not true that BOUNCE message should be processed by the DATA template?
> 
> Laurence
>
==^=======================================================
     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/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Developers/
List archives: http://wwwmail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================


Reply via email to