After setting the permissions to everyone and attempting to send a simple email using a the code below, I look in the out directory and 2 files are generated. A MAIL file and another file with no extension. I was expecting an MBX file. No email is delivered. This seriously just started happening out of the blue.
The two files are attached (the .txt extensions were added after the fact) and here is the code I used for the CFX:
cfx_imsMail smtpto="[EMAIL PROTECTED]"
smtpfrom="[EMAIL PROTECTED]"
spooldir="f:\ims\out\"
header_subject="testing"
Priority="1"
header_from="[EMAIL PROTECTED]"
header_to="[EMAIL PROTECTED]"
body="TESTING2"
wordwrap="200"I need to fix this ASAP. Howie, any idea what is going on? Is there an easy way to unload and reload the CFX.
Brook Davies
At 01:34 PM 10/9/2003, you wrote:
Okay, never Mind. I set the permission to allow Everyone read/write and it worked so its obviously a permissions problem. Funny though, because I did not change anything and it has been running fine. I did reboot the server however so maybe that updated some policies. Is there any programmatic way to dump the user account CF is running under?
Brook
I'm getting this error all of a sudden. I have not made any permission changes and the permissions look correct. Any ideas?
CFX_iMSMail v3.3.1 - Exception occured while processing tag
<b>Exception class:</b> EInOutError<br><b>Exception message:</b> File access denied
Brook
==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------------------------------------------------------- This list is provided as a free service. Although we will try to address issues in a timely manner, support via this list is not guaranteed. If you require expedited support then a support contract is required. Support may be purchased from http://www.coolfusion.com/commerce. Details regarding support options may be reviewed at: http://www.coolfusion.com/SupportOptions.cfm -------------------------------------------------------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] ==^=======================================================
[Control] Status=UNLOCKED RecipientCount=1
[Delivery] Start=20031009133018 Next=20031009133018 Priority=1 [Parameters] [EMAIL PROTECTED] MX= ServerPort=25 FailTo= WarnTo= SendingIP= MaxAttempts=0 CurAttempt=1 ParseTokens=NO [Recipients] [EMAIL PROTECTED] ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------------------------------------------------------- This list is provided as a free service. Although we will try to address issues in a timely manner, support via this list is not guaranteed. If you require expedited support then a support contract is required. Support may be purchased from http://www.coolfusion.com/commerce. Details regarding support options may be reviewed at: http://www.coolfusion.com/SupportOptions.cfm -------------------------------------------------------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] ==^=======================================================
Received: from LOCALHOST by LOCALHOST
with ESMTP id eebdc3df2dcdf746b56d8780ac99b504
Thu, 9 Oct 2003 13:30:18 -0700
Subject: testing
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Date: Thu, 9 Oct 2003 13:30:18 -0700
TESTING2
.
