This is completely off the wall...

Maybe set CF to poll the \SPOOL\ once a day(or some heniously high value)
and have a script transfer the files to another server for delivery?  The
transfer woukld be completely based on the target being up AND would have a
failover should there be a problem.  I would stay away from simply using a
mapped or UNC directory for the spool.

Writing a probe to see if the Undelivr is climbing and then have that probe
call you ( community.voxeo.com ) would be ultra cool.  I have done this for
several different types of events across 95 servers.  If someone's
Transaction log goes above 80%, a site develops more than 200 application
errors in 30 minutes, 3 PCODE errors in 10 minutes, 5 Hung Threads for an
application, I get called.

It is certainly worth looking into.  Also, keep in mind that the Mail.log(or
Error.log on older versions) and the files in the \Undelivr\ directory match
1:1.  For instance:


>From the Mail.log
---------------------------------
Failed to send the spooled mail file,
f:\CFUSION\MAIL\spool\410.cfmail. SMTP
server replied "... User unknown" Moved
file to f:\CFUSION\MAIL\undelivr\466.cfmail.
---------------------------------



f:\CFUSION\MAIL\undelivr\466.cfmail
---------------------------------
x-cf-version: 4.5.0
x-cf-server: relay.mail.net
x-cf-port: 25
x-cf-timeout: 60
x-cf-from: [EMAIL PROTECTED]
x-cf-to: www.xxxx.com

Content-type: text/html
Date: Fri, 14 Sep 2001 08:02:56 -0400
From: [EMAIL PROTECTED]
Subject: [Worship]
To: www.xxxxx.com

Blah Blah Blah
---------------------------------


Tim



----- Original Message -----
From: "Lon Lentz" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 16:56
Subject: RE: CFMail handling


>   I have not done an analysis of the email that is building up, but I
will.
> I need to get
>  a better understanding of what is going on.
>
>   One other question. We have 10 CF servers all generating email. Is there
> an app that can
>  be centrally located that will handle this mail instead of asking 10
> different CF Servers
>  to do it? I can see the potential for some real problems in the middle of
> the day when the
>  emails start to increase in quantity.
>
>
> Lon Lentz
> Applications Developer & CyberEntomologist - Alvion Technologies
> DataWarehousing and List Sales - Market Your Lists on the Net!
> [EMAIL PROTECTED]
> 941-574-8600 Ext. 210
>
> > -----Original Message-----
> > From: Bill Poff [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, September 12, 2001 8:13 AM
> > To: CF-Server
> > Subject: RE: CFMail handling
> >
> >
> > I've discovered that a major reason for failed emails is a bad email
> > address.
> >
> > One thing that I do to fix this is to use the IsEmail tag right before
> > CFMail to validate the email address. If the address fails the
> > IsEmail test
> > I use a backup return address or don't send the message, whichever is
> > appropriate.
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to