Skip to main content
Inspiring
March 20, 2008
Question

CF8 Email Spooling Problem

  • March 20, 2008
  • 4 replies
  • 1171 views

Is anyone having the issue where email just decides to stop sending from
coldfusion? It will process just fine for months at a time, then just stop.
The only way I have found to make email start processing again is to reboot the
server.

Does anyone know if there is a fix?

Here are some other cases:

http://groups.google.com/group/macromedia.coldfusion.server_administration/browse_thread/thread/33edf401eb8a6f11/a4eb4efb1190589e

Thanks.


Ron
    This topic has been closed for replies.

    4 replies

    BKBK
    Community Expert
    Community Expert
    March 25, 2008
    Ronsweb wrote:
    Is anyone having the issue where email just decides to stop sending from
    coldfusion? It will process just fine for months at a time, then just stop.
    The only way I have found to make email start processing again is to reboot the
    server.


    Could be the result of this problem with Coldfusion's in-built mail spool lock, discussed in Steven Erat's blog. Note Tom Jordahl's comment towards the end.

    Participating Frequently
    March 21, 2008
    Here is the original one for the old CF days.

    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000801

    You may need to change some parameters to detect the CF mail directory.

    I know this is not a real answer but would be a workaround.
    RonswebAuthor
    Inspiring
    March 21, 2008
    Thanks, I will give it a try.
    Participating Frequently
    March 25, 2008
    Hi,

    You can give a try to this script provided in the link given below. Just place this script in the JRun scheduler and timely execute it. I think that will resolve the problem. Link is

    http://www.evolt.org/node/17492

    Thanks
    UKB
    Participating Frequently
    March 21, 2008
    As I know/searched there is no defined bug for cfmail etc. for the CF8.

    What I would suggest is to create a script which checks the directory "CFROOT\Mail\Undelivr" and move all files to the "CFROOT\Mail\Spool" directory. You can create a scheduled task for this script.

    As I remember there was a script from Rob Brooks Bilson just for this purpose. Let me check it.
    Participating Frequently
    March 20, 2008
    What is CF version?

    Do you have SMTP server settings on CF admin or in the code?
    RonswebAuthor
    Inspiring
    March 20, 2008
    Coldfusion 8,0,0,176276

    The SMTP settings is in CF Admin.