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