Hi 
 I am sending the Log Analyzer for <cfx_imsmail spooldir> sending "88000" mails where 
mailIDs comminf from database. The mail content size is 78kb Our DataBase server is in 
One box, CF server is in one Box and Mailserver is in 3rd Box all r in same LAN.

15852 total messages
Recipients
01com.com=1 (0 bytes)
1234.com=2 (0 bytes)
1400group.com=1 (0 bytes)
163.net=3 (0 bytes)
19g.rjf.com=1 (0 bytes)
......
....
Senders
=3503 (0 bytes)
jump.com from [EMAIL PROTECTED] 56950=1 (0 bytes)
[EMAIL PROTECTED] 56761=1 (0 bytes)
[EMAIL PROTECTED] 56928=1 (0 bytes)
....
...
[EMAIL PROTECTED] 57003=2 (0 bytes)
[EMAIL PROTECTED] 57004=1 (0 bytes)
[EMAIL PROTECTED] 57006=1 (0 bytes)
Done...

where [EMAIL PROTECTED] is  mailfrom address

There are 250 bad messages in Bad msg folder.

Where are 88000 messages gone  ?   IMS never stopped abnormally and No fatal error 
messages in POST Logger. The POST logger sayas many errors like mbx.globixmail Server 
is not responding sheduling again, recipients mailbox full etc. 
Is IMS server failed to connect mailservers while sending such bulk messages ? 
 
I want to know 
1. whether <cfx_ims checks for validates smtpto mail ID's there fore it will take long 
time to write to Out folder thus CF server timedout and aborts the <cfx_imsmail> tag 
processing ?  But while testing <cfx_imsmail> writen all the mbx & mail in Out folder 
while "smtp" is a single test email ID . 

2. <cfx_imsmail> takes longer time to write out folder while recepinets are different  
? hence CF server might be timed out. We set CFserver timeout in Coldfusion Console 
Admin as 2 hours.

3. IMS Post failed to sent all the mails ? 

What is the reason Please explain in details. I am giving tha Log Analyzar details 
above and Coldfusion Application Server Logger 
says
Error","TID=1068","11/10/02","15:25:34","66.65.79.158","Mozilla/4.0
 (compatible;MSIE 6.0; Windows 98)","The time taken to process your requesthas 
exceeded the allowable limit of 7200 seconds. Please notify the server
administrator(using the mail link below) that this error has occurred. 
<P>Note:Youcan override the request time limit by adding a 'RequestTimeout' parameter 
tothe URL used to request the page (e.g. 
page.cfm?rquestTimeout=500).<P><P><P><P>Date/Time: 11/10/02 15:25:34<BR>Browser: 
Mozilla/4.0 (compatible
...... 
 
If you want more details please ask ?


regards 
Vinay

----- Original Message -----
From: "Howie Hamlin" <[EMAIL PROTECTED]>
Date: Wed, 13 Nov 2002 09:31:26 -0500
To: inFusion Support List <[EMAIL PROTECTED]>
Subject: Re: [iMS] IMS server sending bulk mails


> iMS will throw away bad addresses so maybe that is what's happening.  A bad address 
>is one that does not have an "@"
> sign.  Also, if the address looks something like "[EMAIL PROTECTED]" (notice the "N" 
>instead of an "M") then the mail will not
> go through.  It's difficult for me to say precisely what is happening without more 
>details.
> 
> Regards,
> 
> Howie
> 
> ----- Original Message -----
> From: "Vinay gb" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 13, 2002 1:26 AM
> Subject: [iMS] IMS server sending bulk mails
> 
> 
> > Hi,
> >   I have tested that page for same 88000 database query records  by executing it 
>just replace the "smtpto" address to
> my single test mail ID.  At that time it worked fine No REQUEST TIMEOUT occurred and 
>IMS sent all 88000 mails
> successfully to my inbox,
> >
> >   But in real time it sent only 16000 mails and the CF server logger says REQUEST 
>TIMEOUT occurred . There is
> absolutely no difference between two pages except "smtpto" field is replaced by 
>different mail ID's, i.e. The database
> query is the same , loop is same and mail content is same.
> >
> > Coding syntax :
> > During testing this code is executed
> > <cfoutput Query="queryname">
> >     <cfset tomailid="[EMAIL PROTECTED]">
> >     <cfx_iMSMAIL
> >     smtpto= #tomailid#
> >     -------- -------
> >     ------->
> > </cfoutput>
> >
> > At real time
> > <cfoutput Query="queryname">
> >   <cfset tomailid="#queryname.mailid#">
> >   <cfx_iMSMAIL
> >     smtpto= #tomailid#
> >     -------- -------
> >     ------->
> > </cfoutput>
> >
> > Both cases query returns 88000 records
> >
> > I am using Coldfusion server 4.5 at one system and IMS 2.4.3 in another system.
> >
> > I am confused now whether it is the problem with the ColdFusion Application server 
>or IMS server's failure to connect
> multiple servers ?
> >
> > regards
> > Vinay
> 
> 
==^=======================================================
     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]
==^=======================================================


Reply via email to