You've helped before with this very problem, but I think I'm missing
something.
I'm wondering what exactly I must do to write all failed delivery
addresses into a log.

The failto messages are being sent to me ok, but is there a way to make
a log of theses failures?

I tried saving the below code into ReportPostStatus.cfm
(iMSPOST_SE\domains\), which
before did not exist, but the log reported not finding PostFail.cfm. I
copied ReportPostStatus.cfm
and named it PostFail.cfm. The log errored out again indicating it could
not load the DLL PostFail.cfm?

What files do I need, and what exactly must I set in the configurator?

I'm building the mbx and control files for my list and writing them to
the spool directory myself if that makes a difference.

Here's that code you sent me :
(also ... where would the form variables come from?  )

<!---
FusionMail/2.0
ReportPostStatus.CFM version 2.0  - September, 2000
Copyright 1999-2000, On-Line Data Solutions, Inc.
http://www.CoolFusion.com
Licensed as freeware

This template is called when the POST Server reports delivery status.
POST
Delivery
status needs to be configured in the server for this template to be
called.

This template is an example and simply logs the three delivery lists.

--->

<cfoutput>
<cfif Len(form.deliveredList)>
<inlog text="POSTSTATUS: DeliveredList=#form.deliveredlist#">
</cfif>

<cfif Len(form.tempFailedList)>
<inlog text="POSTSTATUS: TempFailedList=#form.tempfailedlist#">
</cfif>

<cfif Len(form.PermFailedList)>
<inlog text="POSTSTATUS: PermFailedList=#form.permfailedlist#">
</cfif>

<inlog text="POSTSTATUS: SMTPFROM=#form.smtpfrom#">
</cfoutput>

result=accept

Any help would be GREATLY appreciated.

Thanks again,
Marc


========================================================================
     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/
========================================================================

Reply via email to