Re: Changing the Mail/Spool folder

2011-11-25 Thread Mack

You can move the folders to the other partition and then create a
symbolic link to them in the cf mail dir.

-- 
Mack

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348867
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Changing the Mail/Spool folder

2011-11-25 Thread Jenny Gavin-Wear

Good to know ..

It could even mean a RAM Disk could potentially be config'd for better
performance.


-Original Message-
From: Edward Chanter [mailto:firew...@cc.uk.com]
Sent: 24 November 2011 11:50
To: cf-talk
Subject: RE: Changing the Mail/Spool folder


That's awesome, thanks Russ :)

 -Original Message-
 ok I found it for you.

 look in neo-mail.xml

 for these 2 values

 var
 name='undeliverdir'string{neo.rootdir}/Mail/Undelivr/string/var
 var name='spooldir'string{neo.rootdir}/Mail/Spool/string/var




~~
~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-
Anthology/dp/1430272155/?tag=houseoffusion
Archive: http://www.houseoffusion.com/groups/cf-
talk/message.cfm/messageid:348858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-
talk/unsubscribe.cfm
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1873 / Virus Database: 2101/4635 - Release Date: 11/23/11
--
I am using the free version of SPAMfighter.
We are a community of 7 million users fighting spam.
SPAMfighter has removed 9965 of my spam emails to date.
Get the free SPAMfighter here: http://www.spamfighter.com/len

The Professional version does not have this message




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348868
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Changing the Mail/Spool folder

2011-11-25 Thread Russ Michaels

surely just setting CF to spool mail to memory  would be easier?


On Fri, Nov 25, 2011 at 5:12 PM, Jenny Gavin-Wear
jenn...@fasttrackonline.co.uk wrote:

 Good to know ..

 It could even mean a RAM Disk could potentially be config'd for better
 performance.


-Original Message-
From: Edward Chanter [mailto:firew...@cc.uk.com]
Sent: 24 November 2011 11:50
To: cf-talk
Subject: RE: Changing the Mail/Spool folder


That's awesome, thanks Russ :)

 -Original Message-
 ok I found it for you.

 look in neo-mail.xml

 for these 2 values

 var
 name='undeliverdir'string{neo.rootdir}/Mail/Undelivr/string/var
 var name='spooldir'string{neo.rootdir}/Mail/Spool/string/var




~~
~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-
Anthology/dp/1430272155/?tag=houseoffusion
Archive: http://www.houseoffusion.com/groups/cf-
talk/message.cfm/messageid:348858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-
talk/unsubscribe.cfm
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1873 / Virus Database: 2101/4635 - Release Date: 11/23/11
 --
 I am using the free version of SPAMfighter.
 We are a community of 7 million users fighting spam.
 SPAMfighter has removed 9965 of my spam emails to date.
 Get the free SPAMfighter here: http://www.spamfighter.com/len

 The Professional version does not have this message




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348869
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Changing the Mail/Spool folder

2011-11-24 Thread Edward Chanter

Hey guys,

One of our clients has started sending a lot of email and I'm finding the
server running out of space on the CF partition (it's a linux machine). I
have a lot of free space on my /usr/ partition and was thinking of creating
a folder on that for CF to use.

I know the current folder: /opt/coldfusion8/Mail/Spool/

But is there any way to change it? I've been looking through the CF
Administrator and can't see anything obvious so I thought I'd ask my
friendly neighbourhood gurus :)

Thanks in advance,

-= Ed


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348852
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Changing the Mail/Spool folder

2011-11-24 Thread Russ Michaels

it is not a setting in the cfadmin, it will probably be in one of the
config files somewhere.
Are you sure it is the mail causing all the space usage, it would have
to be a huge amount of mail, unless you have a  very small partition
with not much space left.
Have you tried doing some cleanup of temp files, log files etc to fre
eup some space.


On Thu, Nov 24, 2011 at 9:56 AM, Edward Chanter firew...@cc.uk.com wrote:

 Hey guys,

 One of our clients has started sending a lot of email and I'm finding the
 server running out of space on the CF partition (it's a linux machine). I
 have a lot of free space on my /usr/ partition and was thinking of creating
 a folder on that for CF to use.

 I know the current folder: /opt/coldfusion8/Mail/Spool/

 But is there any way to change it? I've been looking through the CF
 Administrator and can't see anything obvious so I thought I'd ask my
 friendly neighbourhood gurus :)

 Thanks in advance,

 -= Ed


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348855
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Changing the Mail/Spool folder

2011-11-24 Thread Edward Chanter

Yeah I cleaned up a load of free space but the partition isn't that large
and I wanted to investigate moving the folder so give myself a little more
leeway. Yes in answer to your question it's a large number of emails (50k+).
For the time being I'll just keep a closer eye on the overall free space. 

Thanks for the response :)

 -Original Message-
 it is not a setting in the cfadmin, it will probably be in one of the
config files
 somewhere.
 Are you sure it is the mail causing all the space usage, it would have to
be a
 huge amount of mail, unless you have a  very small partition with not much
 space left.
 Have you tried doing some cleanup of temp files, log files etc to fre eup
some
 space.
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348856
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Changing the Mail/Spool folder

2011-11-24 Thread Russ Michaels

ok I found it for you.

look in neo-mail.xml

for these 2 values

var name='undeliverdir'string{neo.rootdir}/Mail/Undelivr/string/var
var name='spooldir'string{neo.rootdir}/Mail/Spool/string/var

Russ

On Thu, Nov 24, 2011 at 11:38 AM, Edward Chanter firew...@cc.uk.com wrote:

 Yeah I cleaned up a load of free space but the partition isn't that large
 and I wanted to investigate moving the folder so give myself a little more
 leeway. Yes in answer to your question it's a large number of emails (50k+).
 For the time being I'll just keep a closer eye on the overall free space.

 Thanks for the response :)

 -Original Message-
 it is not a setting in the cfadmin, it will probably be in one of the
 config files
 somewhere.
 Are you sure it is the mail causing all the space usage, it would have to
 be a
 huge amount of mail, unless you have a  very small partition with not much
 space left.
 Have you tried doing some cleanup of temp files, log files etc to fre eup
 some
 space.



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Changing the Mail/Spool folder

2011-11-24 Thread Edward Chanter

That's awesome, thanks Russ :)

 -Original Message-
 ok I found it for you.
 
 look in neo-mail.xml
 
 for these 2 values
 
 var
 name='undeliverdir'string{neo.rootdir}/Mail/Undelivr/string/var
 var name='spooldir'string{neo.rootdir}/Mail/Spool/string/var




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: C:\ColdFusion8\Mail\Spool

2010-02-03 Thread John M Bliss

[bump]

Does anyone happen to know whether this problem is fixed/ameliorated by
upgrading from CF8 to CF9?


On Tue, Dec 8, 2009 at 4:51 PM, David david.lak...@gmail.com wrote:


 On Tue, Dec 8, 2009 at 8:16 AM, John M Bliss bliss.j...@gmail.com wrote:
 
  So this AM, my production server had not sent me my usual batch of emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 server
  connection, clicked Submit Changes, and received Connection Verification
  Successful.  I stopped and restarted my SMTP server and then noticed that
  email I was expecting to receive was sitting in
 C:\ColdFusion8\Mail\Spool.
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 the
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!


 There's actually a way to restart just the spool component, which may
 be all you need to get it spooling again
 http://stackoverflow.com/questions/94948/restarting-coldfusion-mail-queue

 I added a file to my cf admin/custom folder, and added to
 custommenu.xml, to restart the mail service:

 div style=margin: 3em;
 cfoutputa href=#CGI.SCRIPT_NAME#?restartMailService=trueRestart
 mail spool service/a/cfoutput

 cfif structKeyExists(URL, restartMailService) AND
 URL.restartMailService IS true
cfset sFactory =
 CreateObject(java,coldfusion.server.ServiceFactory)
cfset MailSpoolService = sFactory.mailSpoolService
cfset MailSpoolService.stop()
h2Mail spool service stopped./h2
cfflush
cfset MailSpoolService.start()
h2Mail spool service restarted!/h2
/cfif
 /div

 - D

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330386
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

So this AM, my production server had not sent me my usual batch of emails
(via cfmail).  I went to Server Settings  Mail, checked Verify mail server
connection, clicked Submit Changes, and received Connection Verification
Successful.  I stopped and restarted my SMTP server and then noticed that
email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
mail is being delivered.

Is this a fluke?  Known issue?  Anything I can do to prevent it from
recurring?

Thanks!

-- 
John Bliss
IT Professional
@jbliss (t) / http://www.brandiandjohn.com


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: \ColdFusion8\Mail\Spool

2009-12-08 Thread Dave Phillips

John,

Anything revealing in your mail log?  I've seen this behavior before, but
not with CF 8. It was with older versions.  We ended up scheduling a nightly
restart of the service to alleviate things like this occurring.

Dave Phillips

-Original Message-
From: John M Bliss [mailto:bliss.j...@gmail.com] 
Sent: Tuesday, December 08, 2009 7:17 AM
To: cf-talk
Subject: C:\ColdFusion8\Mail\Spool


So this AM, my production server had not sent me my usual batch of emails
(via cfmail).  I went to Server Settings  Mail, checked Verify mail server
connection, clicked Submit Changes, and received Connection Verification
Successful.  I stopped and restarted my SMTP server and then noticed that
email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
mail is being delivered.

Is this a fluke?  Known issue?  Anything I can do to prevent it from
recurring?

Thanks!

-- 
John Bliss
IT Professional
@jbliss (t) / http://www.brandiandjohn.com




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: \ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

Nothing since Oct 16.

On Tue, Dec 8, 2009 at 7:30 AM, Dave Phillips 
experiencedcfdevelo...@gmail.com wrote:


 John,

 Anything revealing in your mail log?  I've seen this behavior before, but
 not with CF 8. It was with older versions.  We ended up scheduling a
 nightly
 restart of the service to alleviate things like this occurring.

 Dave Phillips

 -Original Message-
 From: John M Bliss [mailto:bliss.j...@gmail.com]
 Sent: Tuesday, December 08, 2009 7:17 AM
 To: cf-talk
 Subject: C:\ColdFusion8\Mail\Spool


 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail server
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!

 --
 John Bliss
 IT Professional
 @jbliss (t) / http://www.brandiandjohn.com




 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread Cutter (ColdFusion)

See if this might help you:

http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



John M Bliss wrote:
 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail server
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!

   


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

 Typically you'll see an error in your ColdFusion mail.log file that will
state that the connection to your mail server failed at some point.

That didn't happen in this case.


On Tue, Dec 8, 2009 at 8:04 AM, Cutter (ColdFusion) 
cold.fus...@cutterscrossing.com wrote:


 See if this might help you:


 http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com



 John M Bliss wrote:
  So this AM, my production server had not sent me my usual batch of emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 server
  connection, clicked Submit Changes, and received Connection Verification
  Successful.  I stopped and restarted my SMTP server and then noticed that
  email I was expecting to receive was sitting in
 C:\ColdFusion8\Mail\Spool.
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 the
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!
 
 


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328949
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread Bobby

The same thing has happened to use before. I never found any logs 
indicating the cause and a service restart prompted the spooled emails 
to start sending again.

It was just one of the few reasons we put all of our servers on a weekly 
reboot schedule.


John M Bliss wrote:
 Typically you'll see an error in your ColdFusion mail.log file that will
 
 state that the connection to your mail server failed at some point.

 That didn't happen in this case.


 On Tue, Dec 8, 2009 at 8:04 AM, Cutter (ColdFusion) 
 cold.fus...@cutterscrossing.com wrote:

   
 See if this might help you:


 http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com



 John M Bliss wrote:
 
 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail
   
 server
 
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in
   
 C:\ColdFusion8\Mail\Spool.
 
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
   
 the
 
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!


   

 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

Ug.  OK.  Thanks.

On Tue, Dec 8, 2009 at 4:23 PM, Bobby bo...@acoderslife.com wrote:


 The same thing has happened to use before. I never found any logs
 indicating the cause and a service restart prompted the spooled emails
 to start sending again.

 It was just one of the few reasons we put all of our servers on a weekly
 reboot schedule.


 John M Bliss wrote:
  Typically you'll see an error in your ColdFusion mail.log file that will
 
  state that the connection to your mail server failed at some point.
 
  That didn't happen in this case.
 
 
  On Tue, Dec 8, 2009 at 8:04 AM, Cutter (ColdFusion) 
  cold.fus...@cutterscrossing.com wrote:
 
 
  See if this might help you:
 
 
 
 http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock
 
  Steve Cutter Blades
  Adobe Certified Professional
  Advanced Macromedia ColdFusion MX 7 Developer
 
  Co-Author of Learning Ext JS
  http://www.packtpub.com/learning-ext-js/book
  _
  http://blog.cutterscrossing.com
 
 
 
  John M Bliss wrote:
 
  So this AM, my production server had not sent me my usual batch of
 emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 
  server
 
  connection, clicked Submit Changes, and received Connection
 Verification
  Successful.  I stopped and restarted my SMTP server and then noticed
 that
  email I was expecting to receive was sitting in
 
  C:\ColdFusion8\Mail\Spool.
 
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 
  the
 
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!
 
 
 
 
 
 
 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328984
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread David

On Tue, Dec 8, 2009 at 8:16 AM, John M Bliss bliss.j...@gmail.com wrote:

 So this AM, my production server had not sent me my usual batch of emails
 (via cfmail).  I went to Server Settings  Mail, checked Verify mail server
 connection, clicked Submit Changes, and received Connection Verification
 Successful.  I stopped and restarted my SMTP server and then noticed that
 email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
 I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
 mail is being delivered.

 Is this a fluke?  Known issue?  Anything I can do to prevent it from
 recurring?

 Thanks!


There's actually a way to restart just the spool component, which may
be all you need to get it spooling again
http://stackoverflow.com/questions/94948/restarting-coldfusion-mail-queue

I added a file to my cf admin/custom folder, and added to
custommenu.xml, to restart the mail service:

div style=margin: 3em;
cfoutputa href=#CGI.SCRIPT_NAME#?restartMailService=trueRestart
mail spool service/a/cfoutput

cfif structKeyExists(URL, restartMailService) AND
URL.restartMailService IS true
cfset sFactory = 
CreateObject(java,coldfusion.server.ServiceFactory)
cfset MailSpoolService = sFactory.mailSpoolService
cfset MailSpoolService.stop()
h2Mail spool service stopped./h2
cfflush
cfset MailSpoolService.start()
h2Mail spool service restarted!/h2
/cfif
/div

- D

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread John M Bliss

Thanks!

On Tue, Dec 8, 2009 at 4:51 PM, David david.lak...@gmail.com wrote:


 On Tue, Dec 8, 2009 at 8:16 AM, John M Bliss bliss.j...@gmail.com wrote:
 
  So this AM, my production server had not sent me my usual batch of emails
  (via cfmail).  I went to Server Settings  Mail, checked Verify mail
 server
  connection, clicked Submit Changes, and received Connection Verification
  Successful.  I stopped and restarted my SMTP server and then noticed that
  email I was expecting to receive was sitting in
 C:\ColdFusion8\Mail\Spool.
  I stopped and restarted the CF server (CF 8 with CHF 4) and now all of
 the
  mail is being delivered.
 
  Is this a fluke?  Known issue?  Anything I can do to prevent it from
  recurring?
 
  Thanks!


 There's actually a way to restart just the spool component, which may
 be all you need to get it spooling again
 http://stackoverflow.com/questions/94948/restarting-coldfusion-mail-queue

 I added a file to my cf admin/custom folder, and added to
 custommenu.xml, to restart the mail service:

 div style=margin: 3em;
 cfoutputa href=#CGI.SCRIPT_NAME#?restartMailService=trueRestart
 mail spool service/a/cfoutput

 cfif structKeyExists(URL, restartMailService) AND
 URL.restartMailService IS true
cfset sFactory =
 CreateObject(java,coldfusion.server.ServiceFactory)
cfset MailSpoolService = sFactory.mailSpoolService
cfset MailSpoolService.stop()
h2Mail spool service stopped./h2
cfflush
cfset MailSpoolService.start()
h2Mail spool service restarted!/h2
/cfif
 /div

 - D

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328987
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Mail Spool TLS

2009-01-07 Thread Paul Kukiel
A while ago I saw the answer to this but I can't find it.

I have a bunch of emails in undelivered that I need to move back to spool
but they are to be sent via TLS so they just sit there.  There is a trick to
get them out again but I forgot what it is.

Any help?

Paul.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317532
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mail Spool TLS

2009-01-07 Thread Mike Chabot
I posted the answer to this about a month ago. It should be in the list archive.

-Mike Chabot

On Wed, Jan 7, 2009 at 11:35 AM, Paul Kukiel pkuk...@gmail.com wrote:
 A while ago I saw the answer to this but I can't find it.

 I have a bunch of emails in undelivered that I need to move back to spool
 but they are to be sent via TLS so they just sit there.  There is a trick to
 get them out again but I forgot what it is.

 Any help?

 Paul.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317540
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mail Spool TLS

2009-01-07 Thread Paul Kukiel
Yeah I know but like I said I can't find it.

I'll keep searching.  In the mean time I edited every file and changed it to
non SSL and got the mail out that way.

Paul.

On Wed, Jan 7, 2009 at 2:06 PM, Mike Chabot mcha...@gmail.com wrote:

 I posted the answer to this about a month ago. It should be in the list
 archive.

 -Mike Chabot

 On Wed, Jan 7, 2009 at 11:35 AM, Paul Kukiel pkuk...@gmail.com wrote:
  A while ago I saw the answer to this but I can't find it.
 
  I have a bunch of emails in undelivered that I need to move back to spool
  but they are to be sent via TLS so they just sit there.  There is a trick
 to
  get them out again but I forgot what it is.
 
  Any help?
 
  Paul.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317541
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mail Spool TLS

2009-01-07 Thread Matt Quackenbush
gmail search FTW!  LOL

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57979
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316741


On Wed, Jan 7, 2009 at 1:23 PM, Paul Kukiel wrote:

 Yeah I know but like I said I can't find it.

 I'll keep searching.  In the mean time I edited every file and changed it
 to
 non SSL and got the mail out that way.

 Paul.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317542
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mail Spool TLS

2009-01-07 Thread Paul Kukiel
Thanks Matt!!

On Wed, Jan 7, 2009 at 2:27 PM, Matt Quackenbush quackfu...@gmail.comwrote:

 gmail search FTW!  LOL

 http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57979
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316741


 On Wed, Jan 7, 2009 at 1:23 PM, Paul Kukiel wrote:

  Yeah I know but like I said I can't find it.
 
  I'll keep searching.  In the mean time I edited every file and changed it
  to
  non SSL and got the mail out that way.
 
  Paul.
 


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317543
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Mail Spool Slow

2007-02-23 Thread Russ
The slowness is not a problem of the writing the files to the spool folder, 
it's actually pushing the files out.  We were able to generate the files fairly 
quickly, but cf only uses a single thread in the standard edition to push files 
out, so even though we had a dedicated mail server the files were going out 
slow.  

As I mentioned, if this hasn't been a problem before, and it is a problem now, 
most likely the culprit is the mail server. 

Russ

 -Original Message-
 From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 22, 2007 6:58 PM
 To: CF-Talk
 Subject: Re: Mail Spool Slow
 
 Hi Rob - it's based on a tag by Jochem van Dieten:
 http://www.vandieten.net/jochem/coldfusion/customtags/advancedemail/
 
 it's rather old - but then so is the system. it works well though -
 sorry i can't share more but my client would be upset.  Let me know
 how you get on.
 
 On 22/02/07, Rob Kopp [EMAIL PROTECTED] wrote:
  Can you show me some code on how you're doing that?
 
   FWIW: we send out thousands and i find it easier to write the files
   directly to the mail root instead of getting CF to send the email via
   the cf spool.
 
 
 
 
 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270596
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-23 Thread Nick Tong - http://TalkWebSolutions.co.uk
Russ - i agree, but the main point i was trying to make was that writing the
files directly to the SMTP folder, I believe, is quicker that using CF to
spool them.

On 23/02/07, Russ [EMAIL PROTECTED] wrote:

 The slowness is not a problem of the writing the files to the spool
 folder, it's actually pushing the files out.  We were able to generate the
 files fairly quickly, but cf only uses a single thread in the standard
 edition to push files out, so even though we had a dedicated mail server the
 files were going out slow.

 As I mentioned, if this hasn't been a problem before, and it is a problem
 now, most likely the culprit is the mail server.

 Russ

  -Original Message-
  From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED]
  Sent: Thursday, February 22, 2007 6:58 PM
  To: CF-Talk
  Subject: Re: Mail Spool Slow
 
  Hi Rob - it's based on a tag by Jochem van Dieten:
  http://www.vandieten.net/jochem/coldfusion/customtags/advancedemail/
 
  it's rather old - but then so is the system. it works well though -
  sorry i can't share more but my client would be upset.  Let me know
  how you get on.
 
  On 22/02/07, Rob Kopp [EMAIL PROTECTED] wrote:
   Can you show me some code on how you're doing that?
  
FWIW: we send out thousands and i find it easier to write the files
directly to the mail root instead of getting CF to send the email
 via
the cf spool.
  
  
  
 
 

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270616
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-22 Thread Rob Kopp
Can you show me some code on how you're doing that?

 FWIW: we send out thousands and i find it easier to write the files
 directly to the mail root instead of getting CF to send the email via
 the cf spool.


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270467
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-22 Thread Nick Tong - TalkWebSolutions.co.uk
Hi Rob - it's based on a tag by Jochem van Dieten:
http://www.vandieten.net/jochem/coldfusion/customtags/advancedemail/

it's rather old - but then so is the system. it works well though -
sorry i can't share more but my client would be upset.  Let me know
how you get on.

On 22/02/07, Rob Kopp [EMAIL PROTECTED] wrote:
 Can you show me some code on how you're doing that?

  FWIW: we send out thousands and i find it easier to write the files
  directly to the mail root instead of getting CF to send the email via
  the cf spool.


 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270538
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-21 Thread Nick Tong - TalkWebSolutions.co.uk
FWIW: we send out thousands and i find it easier to write the files
directly to the mail root instead of getting CF to send the email via
the cf spool.

On 20/02/07, Rob Kopp [EMAIL PROTECTED] wrote:
 ok, having fixed DNS, I have IMS working on it's own without relay to my 
 exchange server.  It seems pretty darn quick, we'll see when my process kicks 
 off later tonight.

 Thanks for your input Russ.

 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270351
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Mail Spool Slow

2007-02-20 Thread Rob Kopp
I am running ColdFusion MX 7 (7,0,1,116466).  Mail is getting into the queue 
and processing however it is only doing them one at a time.  I have an email 
that goes out nightly to about 1800 users and it is taking about 8 hours for 
all the email to leave.  Even during the day when there is much less email 
traffic (3 or 4 in the spool at a time) you can watch them leave the spool only 
one at a time.

The only changes I have made of late has been switching from registry based 
client variable storage to cookies, however that can't have anything to do with 
it. 

The mail log doesn't seem to be showing any errors. I set to Debug and the only 
entires I'm getting is Next mail spool run in 15 seconds.

Any help would be great.


~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270193
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Mail Spool Slow

2007-02-20 Thread Russ
Are you running CF standard or enterprise?  CF Standard does send out emails
fairly slow, and I believe only uses 1 thread.  You can try the free version
of IMS - IMS Lite which I believe does 5 threads.  We've switched to using
it in the past to speed up mail delivery with great success.  Now that we're
on enterprise though, it's no longer an issue. 

Russ

 -Original Message-
 From: Rob Kopp [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 20, 2007 11:25 AM
 To: CF-Talk
 Subject: Mail Spool Slow
 
 I am running ColdFusion MX 7 (7,0,1,116466).  Mail is getting into the
 queue and processing however it is only doing them one at a time.  I have
 an email that goes out nightly to about 1800 users and it is taking about
 8 hours for all the email to leave.  Even during the day when there is
 much less email traffic (3 or 4 in the spool at a time) you can watch them
 leave the spool only one at a time.
 
 The only changes I have made of late has been switching from registry
 based client variable storage to cookies, however that can't have anything
 to do with it.
 
 The mail log doesn't seem to be showing any errors. I set to Debug and the
 only entires I'm getting is Next mail spool run in 15 seconds.
 
 Any help would be great.
 
 
 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270197
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-20 Thread Rob Kopp
We are using standard, however this has never been an issue in the past.  This 
started happening a little over a month ago.  Previous to then, it would shoot 
out 1800 emails in about 10 minutes.

I'll check out IMS though, thanks!

Are you running CF standard or enterprise?  CF Standard does send out emails
fairly slow, and I believe only uses 1 thread.  You can try the free version
of IMS - IMS Lite which I believe does 5 threads.  We've switched to using
it in the past to speed up mail delivery with great success.  Now that we're
on enterprise though, it's no longer an issue. 

Russ



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270200
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Mail Spool Slow

2007-02-20 Thread Russ
In that case it's likely that the culprit is your mail server.  Perhaps they
enabled some rate limiting on it to fight spam, or maybe it's just
overloaded.  I believe IMS can act as it's own mail server, but you will
need to add proper reverse dns entries and do a bunch of other annoying
things to ensure proper delivery.  

Russ

 -Original Message-
 From: Rob Kopp [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 20, 2007 11:51 AM
 To: CF-Talk
 Subject: Re: Mail Spool Slow
 
 We are using standard, however this has never been an issue in the past.
 This started happening a little over a month ago.  Previous to then, it
 would shoot out 1800 emails in about 10 minutes.
 
 I'll check out IMS though, thanks!
 
 Are you running CF standard or enterprise?  CF Standard does send out
 emails
 fairly slow, and I believe only uses 1 thread.  You can try the free
 version
 of IMS - IMS Lite which I believe does 5 threads.  We've switched to
 using
 it in the past to speed up mail delivery with great success.  Now that
 we're
 on enterprise though, it's no longer an issue.
 
 Russ
 
 
 
 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270201
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-20 Thread Rob Kopp
I am running Exchange 2003 and haven't had any problems until this.  All out 
anti-spam is handled outside by postini and as the web server and mail server 
sit on the same subnet all the talking is local, so there isn't any worries 
there.

I doubt it's an overloading issue as the system resources of the mail server 
are just dandy.  

I got IMS running and it seems to be flying along however I have to have it 
relay through mail mail server for it to send (DNS issues as you said), but 
it's still going way faster.  So, what does this mean? Instead of the mail 
going straight to Exchange (the slow way) it's going through IMS, then to 
exchange (much faster)...

yeah.. I'm confused.

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mail Spool Slow

2007-02-20 Thread Rob Kopp
ok, having fixed DNS, I have IMS working on it's own without relay to my 
exchange server.  It seems pretty darn quick, we'll see when my process kicks 
off later tonight.  

Thanks for your input Russ.

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270240
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Mail Spool stopped sending

2006-03-20 Thread Scott Mulholland
I narrowed this down but it seems even stranger now.  It seems the spool
only stops processing when an email with the TO or FROM value having the
format [EMAIL PROTECTED] is encountered.  Has anyone else had
this issue?  It's MX7 using the local SMTP service to send the mail.

Thanks,
Scott

-Original Message-
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 17, 2006 4:15 PM
To: CF-Talk
Subject: Mail Spool stopped sending

An application of ours just stopped sending mail today.  We do not manage
the server.  The server was moved behind a firewall this morning and mail
had been sent after that without issue.  It uses the local smtp setting to
send and the connection verifies through the cfadmin.

 

The mail.log shows errors without an error message for each of these, i.e.:

 

Error,scheduler-2,3/17/06,14:40:12,,

 

Any thoughts?

 

Thanks,
Scott

 

 


---
[This E-mail scanned for viruses by Declude Virus.  Service provided by
Accurate Imaging, Inc.]




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235777
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Mail Spool stopped sending

2006-03-17 Thread Scott Mulholland
An application of ours just stopped sending mail today.  We do not manage
the server.  The server was moved behind a firewall this morning and mail
had been sent after that without issue.  It uses the local smtp setting to
send and the connection verifies through the cfadmin.

 

The mail.log shows errors without an error message for each of these, i.e.:

 

Error,scheduler-2,3/17/06,14:40:12,,

 

Any thoughts?

 

Thanks,
Scott

 

 


---
[This E-mail scanned for viruses by Declude Virus.  Service provided by 
Accurate Imaging, Inc.]


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235665
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Free Aftershock Mail Spool Tool version

2006-02-28 Thread Stan Winchester
The Aftershock Mail Spool Tool version 0.001 is available for free download
at: http://www.aftershockweb.net/forums/messages.cfm/ThreadId/67 

The mail spool tool allows you to view the ColdFusion/BlueDragon mail
undeliverable directory. It also allows you to move an undelivered email to
the spool directory or delete it. You can also view the email, and edit it
if needed before moving to the spool directory.
 
Thank you,
Aftershock Web Design, Inc.
by: Stan Winchester
President/Developer
http://www.aftershockweb.com/   




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233691
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Changing Mail Spool Location

2005-06-11 Thread Robertson-Ravo, Neil (RX)
 Anyone know if it is possible to spool mail to a different location from
the vanilla cfrootmail/ folder?

TIA





This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209223
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Changing Mail Spool Location

2005-06-11 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote:
  Anyone know if it is possible to spool mail to a different location from
 the vanilla cfrootmail/ folder?

http://www1.oli.tudelft.nl/jochemd/index.cfm?PageID=13

Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209224
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX mail spool file size limit

2004-11-25 Thread Duncan I Loxton
Hi everyone - happy thanksgiving!

I started to run a script last night that sends out some time critical
emails (its about 15000 emails). Currently I am hand feeding them to
the spool file to try and get them sent by 12 today.

Now I woke up this morning to discover the mail.log full with  452
Insufficient disk space

I fixed it by copying about 1 of them out to a folder outside of
the cfusionmx directory.

Can anyone tell me the disk space limit on mx for the spool file?

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185412
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF5/Linux Server Restarting (from Mail Spool) still!

2003-05-30 Thread Tony Schreiber
I still can't find a solution to this. I've been experimenting with the
differnet kind of mail (text vs html) that gets dumped in the spool.

I did a mailing with 1,800 text emails about 1.5k each. Server sent them
all within 10 minutes or so, restarting only three times.

I did another mailing with about 1500 html emails about 9k each. Server
got down to 546 emails (having restarted twice I think) then just went
into the restarting every 30 seconds bit, never sending any more mail.

What's the deal? Is it just a throughput issue (HTML emails being larger)?
What? Help? Arg!?!?!


Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.is300.net The Enthusiast's Home of the Lexus IS300 since 1999
  * PARTS STORE NOW OPEN * http://www.is300.net/store/
http://www.simplemessageboard.comFree Forum Software for Cold Fusion

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CF MX and the mail spool

2002-08-16 Thread Jochem van Dieten

I have been digging into the inner workings of the CF MX mail spool in 
order to get advancedemail to work on CF MX. One thing I have 
encountered is that apparently additional mail headers are not stored 
together with the email in the spoolfolder. For example, if I use 
cfmailparam name=X-Originating-IP value=#cgi.remote_addr# inside a 
cfmail tag, I can't find the IP address or even the X-Originating-IP 
string anywhere in the mail spool folder.

Unfortunately, this is the sort of functionality I really need to be 
able to use the built-in mail spool with advancedemail (for the MIME 
headers). And else the tag will only work with external SMTP servers.
So I was wondering if somebody who has been working with any of the Java 
tools has already been able to put some (any) documentation on the CF 
mail spool together.

Jochem

__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Mail Spool

2001-09-20 Thread John Wright

I know that CF will spool 100 emails (created with CFMAIL) at every spool
interval, and that the spool interval can be set as low as 15 seconds. Does
anyone know of a way to decrease the number of emails that CF will spool at
every interval? I actually want to send batches of 50 emails every 15
seconds. This is due to how my SMTP server (IMail) handles large numbers of
outgoing messages. Any ideas?

John

~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



dll to correct 100%CPU due to messages in /mail/spool/

2001-04-26 Thread I-Lin Kuo

I recall a while ago there was a .dll which was supposed to correct a
problem with undelivered messages in C:\CFUSION\\mail\spool\ causing
CFServer to use use 100% of the CPU time.

Can someone point me to it? I tried searching the archives to no avail
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: mail spool

2001-02-13 Thread Philip Arnold - ASP

 Can anyone tell me what the following message is?  It came from
 my CF mail log file.  At the time it happened approximately 326
 emails were being generated.

 "Error","TID=507","02/12/01","14:04:06","Failed to send the
 spooled mail file, C:\CFUSION\MAIL\spool\711.cfmail. SMTP server
 replied "Cannot attach 'C:\CFUSION\MAIL\spool\711.cfmail' to the
 mail message. The file does not exist." Moved file to
 C:\CFUSION\MAIL\undelivr\712.cfmail."

OK it happens when CFMail can't build the relevant file (all sorts of things
add to this), and the file ends up a zero length

The TID=507 isn't really breakable as it's the ID of the NT Thread, which is
pretty useless as they're dynamically allocated

For some odd reason, I get quite a few zero length CFMails in 4.5.x, but I
tend to ignore them as they only happen about once every 5-10,000 messages

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



mail spool

2001-02-12 Thread Cami Lawson

Can anyone tell me what the following message is?  It came from my CF mail log file.  
At the time it happened approximately 326 emails were being generated.

"Error","TID=507","02/12/01","14:04:06","Failed to send the spooled mail file, 
C:\CFUSION\MAIL\spool\711.cfmail. SMTP server replied "Cannot attach 
'C:\CFUSION\MAIL\spool\711.cfmail' to the mail message. The file does not exist." 
Moved file to C:\CFUSION\MAIL\undelivr\712.cfmail."



TIA,

Cami



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Changing mail spool path

2001-01-30 Thread sebastian palmigiani


I need to change the path to the CF mail spool. How do I go about doing
this?

I got the following error message:

All or part of the path is invalid. (Filename=C:\COLDFUSION\MAIL\SPOOL\)

I need to change it to: C:\CFUSION\MAIL\SPOOL\

Thanks,
Sebastian


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Changing mail spool path

2001-01-30 Thread Aaron Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Sebastian,

I've never done it but I'm guessing you can just go into the registry
(after backing it up first), change the setting for
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Mail
from "C:\COLDFUSION\MAIL\SPOOL\" to "C:\CFUSION\MAIL\SPOOL\", stop 
restart CF and you should be good to go.

HTH's.

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
phn617.350.0339
fax617.350.8884
icq66172567
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Changing mail spool path

2001-01-30 Thread Howie Hamlin

Try leaving off the trailing backslash.  Also, you can change this in the
registry:

HKLM\\Software\Allaire\ColdFusion\CurrentVersion\Mail

Set the BaseDirectory parameter to c:\cfusion\mail

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

- Original Message -
From: "sebastian palmigiani" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, January 30, 2001 9:57 AM
Subject: Changing mail spool path



 I need to change the path to the CF mail spool. How do I go about doing
 this?

 I got the following error message:

 All or part of the path is invalid. (Filename=C:\COLDFUSION\MAIL\SPOOL\)

 I need to change it to: C:\CFUSION\MAIL\SPOOL\

 Thanks,
 Sebastian



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Changing mail spool path

2001-01-30 Thread Philip Arnold - ASP

 I need to change the path to the CF mail spool. How do I go about doing
 this?

 I got the following error message:

 All or part of the path is invalid. (Filename=C:\COLDFUSION\MAIL\SPOOL\)

 I need to change it to: C:\CFUSION\MAIL\SPOOL\

Run Regedit, then
HKEY_LOCAL_MACHINE, SOFTWARE, Allaire, ColdFusion, CurrentVersion, Mail
In there you'll find the BaseDirectory which is the "home" of mail - you can
put it where you want

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mail spool not sending

2000-05-18 Thread Kelly Matthews

Well i know when ever we bring down our exchange server or make changes to
it
it cuts the connection between CF and the mail server and I have to RESTART
CF Services in order
for it to connect again. Try stopping and starting your CF services and then
send a test mail and see if it goes thru. The undeliverable ones will have
to be
sent agian from what I know.  That may not be the case but it has happened
to me
on more than one occasion.

 -Original Message-
 From: Webmaster [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, May 18, 2000 10:07 AM
 To:   [EMAIL PROTECTED]
 Subject:  Mail spool not sending
 
   I'm sending out a bunch of newsletters using cfmail. The mails get
 dumped
 into the spool but at that point they just sit there. Every couple minutes
 about a hundred of them get sent. I've been sending newsletters for
 several
 months and haven't had this problem before (the spool always emptied very
 quickly). Any ideas of what could cause this problem?
   I'm using IMail mail server and that seems to be running correctly.
 
 Neil Peaslee
 Developer
 SMTnet
 
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Mail spool not sending

2000-05-18 Thread Rahul

have u give system permission to the mail directory. ( if u r using NT )
coz i faced same problem with MS exchange as mail server .. mails were just
getting spooled. Then I found I have not given permission to NT system to
mail directory in cfusion.

rahul

- Original Message -
From: Webmaster [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 18, 2000 7:36 PM
Subject: Mail spool not sending


 I'm sending out a bunch of newsletters using cfmail. The mails get
dumped
 into the spool but at that point they just sit there. Every couple minutes
 about a hundred of them get sent. I've been sending newsletters for
several
 months and haven't had this problem before (the spool always emptied very
 quickly). Any ideas of what could cause this problem?
 I'm using IMail mail server and that seems to be running correctly.

 Neil Peaslee
 Developer
 SMTnet

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.