Well, there use to be a problem in older version where a malformed
message would get stuck in the spool and hold up the rest.  I think
it's been fixed as of the MX line, but there still could be something
like that going on.  A few possibilities come to mind:

1) The internal CF task that picks up the mail is not firing for some reason
2) A malformed message (look for zero byte files) is clogging it up
3) The process writing the email has permission to write it, but the
process picking it up has different permissions and can't read it
(unlikely)

I'd move all the spooled files to a temp location, restart CF, and
then try to fire your scheduled event again.  if it goes through,
either CF was hung or there is something wrong with one of the
messages.  You can start dropping them back int he spool a few at a
time till you find the offending message.

-Cameron

On Mon, Jun 23, 2008 at 3:05 PM, Jeff Howard <[EMAIL PROTECTED]> wrote:
> the emails are actually in the spool, not undeliverable.  there's quite a
> few in there comprising several days of reports.  any ideas on why they
> would get stuck in the spool?
>
> like i said, i run the exact same script on the dev server and have no
> issues at all which is ok for reports but there are other events that can
> occur in the system that trigger the sending of an email that I can't use
> the dev server as a work around.
>
> On Mon, Jun 23, 2008 at 2:53 PM, shawn gorrell <[EMAIL PROTECTED]> wrote:
>>
>> Just copy the files back to the spool from undeliverable. But if the
>> messages are defective, or the server is misconfigured they may not resend.
>>
>> ----- Original Message ----
>> From: Jeff Howard <[EMAIL PROTECTED]>
>> To: discussion@acfug.org
>> Sent: Monday, June 23, 2008 2:51:55 PM
>> Subject: Re: [ACFUG Discuss] CFMAIL issue
>>
>> Ok, so the mail/spool directory has all the missing emails.  Is there a
>> way to force the spool to fire off?
>>
>> On Mon, Jun 23, 2008 at 1:16 PM, Cameron Childress <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Have you checked the mail/spool directory or the mail/undelivrd
>>> directories for the messages?  Is there a scheduled task triggering
>>> the emails?  Manually run it and watch those directories to see if it
>>> appears.  If it doesn't, the template is probable erroring - run it by
>>> hand in the browser to see what the error is.  You may also want to
>>> look in the application.log and exception.log files for the error if
>>> it's now trapped in a cfcatch block.
>>>
>>> If you are sure the template isn't erroring, make sure that mail
>>> logging is turned on in the administrator and check the logs.
>>>
>>> -Cameron
>>>
>>> On Mon, Jun 23, 2008 at 1:09 PM, Jeff Howard <[EMAIL PROTECTED]> wrote:
>>> > Can anyone tell me where to look if I'm having issues with mail not
>>> > being
>>> > sent.  I've gone through the Administrator and verified my mail server
>>> > connection (Connection Verification Successful) but emails are not
>>> > being
>>> > sent.  I look in the log files and there are no log entries mail.log,
>>> > mailsent.log for the test email I am trying to send.
>>> >
>>> > Are there settings that I'm missing somewhere?  I'm trying to fix and
>>> > application that is supposed to be emailing reports daily.  The
>>> > developer
>>> > that was working on it was let go and the application quit sending the
>>> > daily
>>> > emails.  I've been tasked with correcting the issue and time is
>>> > critical.
>>> >
>>> > Any ideas would be greatly appreciated.
>>> >
>>> > Thanks,
>>> > Jeff
>>> > -------------------------------------------------------------
>>> > To unsubscribe from this list, manage your profile @
>>> > http://www.acfug.org?fa=login.edituserform
>>> >
>>> > For more info, see http://www.acfug.org/mailinglists
>>> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>>> > List hosted by FusionLink
>>> > -------------------------------------------------------------
>>>
>>>
>>>
>>> --
>>> Cameron Childress
>>> Sumo Consulting Inc
>>> http://www.sumoc.com
>>> ---
>>> cell: 678.637.5072
>>> aim: cameroncf
>>> email: [EMAIL PROTECTED]
>>>
>>>
>>> -------------------------------------------------------------
>>> To unsubscribe from this list, manage your profile @
>>> http://www.acfug.org?fa=login.edituserform
>>>
>>> For more info, see http://www.acfug.org/mailinglists
>>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>>> List hosted by http://www.fusionlink.com
>>> -------------------------------------------------------------
>>>
>>>
>>>
>>
>>
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>> -------------------------------------------------------------
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by FusionLink
>> -------------------------------------------------------------
>
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink
> -------------------------------------------------------------



-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell: 678.637.5072
aim: cameroncf
email: [EMAIL PROTECTED]


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to