There are settings that need to be configured. Unfortunately, the settings cannot be done by the current configurator GUI. I'm attaching the POST Server release notes so you can see the registry entries for this feature. Please let me know if you have any problems or questions. Regards, Howie ----- Original Message ----- From: Tac/Smokescreen Action Network <[EMAIL PROTECTED]> To: inFusion Support List <[EMAIL PROTECTED]> Sent: Monday, June 19, 2000 12:32 PM Subject: Re: [iMS] bounced e-mail > I've upgraded to beta 7, and I'm using cfx_iMSMail 1.7 (from the beta > directory on the FTP site), and I'm still not getting messages posted to the > log files > > Do I need to do anything other than have a file called ReportPostStatus.cfm > in the DOMAINS directory? > > Tac >
iMS POST Server version 1.2.6 release notes : 5/17/2000 General This is a preliminary release of the iMS POST Server. This release adds a customer-requested feature addition. The POST Server will now send mail delivery status to a special template, called "ReportPostStatus", if enabled in the server settings. You template will be furnished with a three lists of e-mail addresses; one for each type of delivery result. The three types of results are: Delivered, TempFailed and PermFailed. NOTE: This release is preliminary and the next official release of the iMS POST Server may differ from this release. Installation 1 - Stop the iMS POST Server. 2 - Make a backup copy of the inFusionPOST.exe file 3 - Copy the 1.2.6 release over the existing server file 4 - Add the following registry entry as a REG_DWORD: HKLM\\Software\On-Line Data\inFusionMailServer\POST\ReportPostStatus 5 - Set the value according to the following: bit 1 enables Temporary Failure reporting bit 2 enables Permanent Failure reporting bit 3 enables Successful Delivery reporting Translation: 0=Disabled (default) 1=Report Temporary Failures 2=Report Permanent Failures 3=Report Temporary and Permanent Failures 4=Report Successful Delivery 5=Report Successful Delivery and Temporary Failures 6=Report Successful Delivery and Permanent Failures 7=Report Successful Delivery, Temporary and Permanent Failures Create a template file called ReportPostStatus (if you are using ColdFusion then the template would be called ReportPostStatus.cfm). Here is a test template that will write the vars into the iMS POST log file: <cfoutput> <inlog text="DeliveredList=#form.deliveredlist#"> <inlog text="TempFailedList=#form.tempfailedlist#"> <inlog text="TempFailedList=#form.permfailedlist#"> <inlog text="SMTPFROM=#form.smtpfrom#"> </cfoutput> result=accept Usage You can use the three lists and the SMTPFROM variable to weed bad addresses out of mail lists or to send delvery status to a sender or a note delivery status in a database. Comments Wanted If you have any comments or requested changes to this configuration then please let us know (preferably on the iMS suport list so that others may comment on your suggestions).
