Re: [WebDNA] email stops sending

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 100454
interpreted = N
texte = --Apple-Mail-118--713580125 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit We have a shell script that creates a dated folder and moves every email that's more than 24hrs old from the EMailCompleted folder and then zips up the dated folder and creates an archive, then deletes the un-zipped folder. It also does the same for the EMailProblem folder. We run it once a week from a cron task... ------------------------- #!/bin/sh # # Move into webDNA folder # cd /Library/WebServer/CGI-Executables/WebCatalogEngine/ # #Sort and archive old problem emails # mkdir EMailProblem`date +%Y%m%d` cd EMailProblem find *TTdone -mtime +1 -exec mv {} ../EMailProblem`date +%Y%m%d`/ \; cd ../ tar -c -z -f EMailProblem`date +%Y%m%d`.tar.gz EMailProblem`date +%Y%m %d` rm -R EMailProblem`date +%Y%m%d` # #Sort and archive old completed emails # mkdir EMailCompleted`date +%Y%m%d` cd EMailCompleted find *TTdone -mtime +1 -exec mv {} ../EMailCompleted`date +%Y%m%d`/ \; cd ../ tar -c -z -f EMailCompleted`date +%Y%m%d`.tar.gz EMailCompleted`date + %Y%m%d` rm -R EMailCompleted`date +%Y%m%d` ------------------------- Cheers Paul On 7 Aug 2008, at 13:04, Patrick Junkroski wrote: > Wild guess: > > What's the size of your Email folder? We've noticed that OS X gets > cranky when a folder gets over 1GB. If a copy of every outgoing mail > has been saved in that folder for "many years", it might be at the > 1GB level. Also check the ShoppingCarts and Orders folders. > > HTH, > ----- > Patrick Junkroski, ACTC, ACDT > President/CEO > http://www.vsm.net > 239.642.0304 > > > > On Aug 7, 2008, at 2:07 AM, Stuart Tremain wrote: > >> I have a site working perfectly for may years but suddenly stops >> sending email. >> >> If I create a new sandbox and move everything into the new sandbox >> all works OK for about 48 hours and then stops sending mail again. >> >> Any ideas >> >> W2003 server WebDNA 6.1 >> >> >> Regards >> >> Stuart Tremain >> IDFK Web Developments >> AUSTRALIA >> webdna@idfk.com.au >> >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: > --Apple-Mail-118--713580125 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable We have a shell script that = creates a dated folder and moves every email that's more than 24hrs old = from the EMailCompleted folder and then zips up the dated folder = and creates an archive, then deletes the un-zipped folder. It also does = the same for the EMailProblem folder.

We run it = once a week from a cron = task...

-------------------------

<= /div>
#!/bin/sh
#
# Move into webDNA = folder
#
cd = /Library/WebServer/CGI-Executables/WebCatalogEngine/
#
#Sort and archive old problem emails
#
mkdir = EMailProblem`date +%Y%m%d`
cd EMailProblem
find = *TTdone -mtime +1 -exec mv {} ../EMailProblem`date +%Y%m%d`/ = \;
cd ../
tar -c -z -f EMailProblem`date = +%Y%m%d`.tar.gz EMailProblem`date +%Y%m%d`
rm -R = EMailProblem`date +%Y%m%d`
#
#Sort and archive old = completed emails
#
mkdir EMailCompleted`date = +%Y%m%d`
cd EMailCompleted
find *TTdone -mtime +1 = -exec mv {} ../EMailCompleted`date +%Y%m%d`/ \;
cd = ../
tar -c -z -f EMailCompleted`date +%Y%m%d`.tar.gz = EMailCompleted`date +%Y%m%d`
rm -R EMailCompleted`date = +%Y%m%d`

-------------------------

=
Cheers

Paul

<= br>
On 7 Aug 2008, at 13:04, Patrick Junkroski = wrote:

Wild guess:

What's the size of your Email = folder? We've noticed that OS X gets cranky when a folder gets over 1GB. = If a copy of every outgoing mail has been saved in that folder for "many = years", it might be at the 1GB level. Also check the ShoppingCarts and = Orders folders.

HTH,
-----
Patrick Junkroski, ACTC, = ACDT
President/CEO
http://www.vsm.net
239.642.0304

= <Consultnts_Ntwrk_Blk_1ln_sm.jpg>

On Aug 7, 2008, = at 2:07 AM, Stuart Tremain wrote:

I = have a site working perfectly for may years but suddenly stops sending = email.

If I create a = new sandbox and move everything into the new sandbox all works OK for = about 48 hours and then stops sending mail = again.

Any = ideas

W2003 server = WebDNA 6.1


Regards

Stuart = Tremain
IDFK Web = Developments
AUSTRALIA
webdna@idfk.com.au
=




---------------------------------------------------------
This message is sent to you = because you are subscribed to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-leave@webdna.us>


= --Apple-Mail-118--713580125-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] email stops sending (Stuart Tremain 2008)
  2. Re: [WebDNA] email stops sending (Patrick Junkroski 2008)
  3. Re: [WebDNA] email stops sending (Patrick Junkroski 2008)
  4. Re: [WebDNA] email stops sending (Paul Willis 2008)
  5. Re: [WebDNA] email stops sending (Stuart Tremain 2008)
  6. Re: [WebDNA] email stops sending (Patrick Junkroski 2008)
  7. [WebDNA] email stops sending (Stuart Tremain 2008)
--Apple-Mail-118--713580125 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit We have a shell script that creates a dated folder and moves every email that's more than 24hrs old from the EMailCompleted folder and then zips up the dated folder and creates an archive, then deletes the un-zipped folder. It also does the same for the EMailProblem folder. We run it once a week from a cron task... ------------------------- #!/bin/sh # # Move into webDNA folder # cd /Library/WebServer/CGI-Executables/WebCatalogEngine/ # #Sort and archive old problem emails # mkdir EMailProblem`date +%Y%m%d` cd EMailProblem find *TTdone -mtime +1 -exec mv {} ../EMailProblem`date +%Y%m%d`/ \; cd ../ tar -c -z -f EMailProblem`date +%Y%m%d`.tar.gz EMailProblem`date +%Y%m %d` rm -R EMailProblem`date +%Y%m%d` # #Sort and archive old completed emails # mkdir EMailCompleted`date +%Y%m%d` cd EMailCompleted find *TTdone -mtime +1 -exec mv {} ../EMailCompleted`date +%Y%m%d`/ \; cd ../ tar -c -z -f EMailCompleted`date +%Y%m%d`.tar.gz EMailCompleted`date + %Y%m%d` rm -R EMailCompleted`date +%Y%m%d` ------------------------- Cheers Paul On 7 Aug 2008, at 13:04, Patrick Junkroski wrote: > Wild guess: > > What's the size of your Email folder? We've noticed that OS X gets > cranky when a folder gets over 1GB. If a copy of every outgoing mail > has been saved in that folder for "many years", it might be at the > 1GB level. Also check the ShoppingCarts and Orders folders. > > HTH, > ----- > Patrick Junkroski, ACTC, ACDT > President/CEO > http://www.vsm.net > 239.642.0304 > > > > On Aug 7, 2008, at 2:07 AM, Stuart Tremain wrote: > >> I have a site working perfectly for may years but suddenly stops >> sending email. >> >> If I create a new sandbox and move everything into the new sandbox >> all works OK for about 48 hours and then stops sending mail again. >> >> Any ideas >> >> W2003 server WebDNA 6.1 >> >> >> Regards >> >> Stuart Tremain >> IDFK Web Developments >> AUSTRALIA >> webdna@idfk.com.au >> >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: > --Apple-Mail-118--713580125 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable We have a shell script that = creates a dated folder and moves every email that's more than 24hrs old = from the EMailCompleted folder and then zips up the dated folder = and creates an archive, then deletes the un-zipped folder. It also does = the same for the EMailProblem folder.

We run it = once a week from a cron = task...

-------------------------

<= /div>
#!/bin/sh
#
# Move into webDNA = folder
#
cd = /Library/WebServer/CGI-Executables/WebCatalogEngine/
#
#Sort and archive old problem emails
#
mkdir = EMailProblem`date +%Y%m%d`
cd EMailProblem
find = *TTdone -mtime +1 -exec mv {} ../EMailProblem`date +%Y%m%d`/ = \;
cd ../
tar -c -z -f EMailProblem`date = +%Y%m%d`.tar.gz EMailProblem`date +%Y%m%d`
rm -R = EMailProblem`date +%Y%m%d`
#
#Sort and archive old = completed emails
#
mkdir EMailCompleted`date = +%Y%m%d`
cd EMailCompleted
find *TTdone -mtime +1 = -exec mv {} ../EMailCompleted`date +%Y%m%d`/ \;
cd = ../
tar -c -z -f EMailCompleted`date +%Y%m%d`.tar.gz = EMailCompleted`date +%Y%m%d`
rm -R EMailCompleted`date = +%Y%m%d`

-------------------------

=
Cheers

Paul

<= br>
On 7 Aug 2008, at 13:04, Patrick Junkroski = wrote:

Wild guess:

What's the size of your Email = folder? We've noticed that OS X gets cranky when a folder gets over 1GB. = If a copy of every outgoing mail has been saved in that folder for "many = years", it might be at the 1GB level. Also check the ShoppingCarts and = Orders folders.

HTH,
-----
Patrick Junkroski, ACTC, = ACDT
President/CEO
http://www.vsm.net
239.642.0304

= <Consultnts_Ntwrk_Blk_1ln_sm.jpg>

On Aug 7, 2008, = at 2:07 AM, Stuart Tremain wrote:

I = have a site working perfectly for may years but suddenly stops sending = email.

If I create a = new sandbox and move everything into the new sandbox all works OK for = about 48 hours and then stops sending mail = again.

Any = ideas

W2003 server = WebDNA 6.1


Regards

Stuart = Tremain
IDFK Web = Developments
AUSTRALIA
webdna@idfk.com.au
=




---------------------------------------------------------
This message is sent to you = because you are subscribed to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-leave@webdna.us>


= --Apple-Mail-118--713580125-- Paul Willis

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

IE Cache Problems... (1999) Nitro plugin? (1998) 2.0Beta Command Ref (can't find this instruction) (1997) Dummy Credit Card Number for debug? (1997) Process SSI and WebCatalog.acgi (1998) Webcatalog acgi conflict? (1999) Cold Fusion Buster (1997) WebCat2.0 acgi vs plugin (1997) Trouble with formula.db (1997) emailer settings and control questions (1997) questions on variations of Ken's [text multi=T]var1=&var2=[/text] (1999) No. of items in shopping cart (2000) [WebDNA] Integration with QuickBooks (2011) FWD: WebCatalog and .TMPL (1997) ShowNext example for GeneralStore (1997) More on the email templates (1997) How do you hide [math]stuff[/math] (1997) Further tests with the infamous shipCost (1997) Quit revisited (1997) Where is Orders.db appended? (2000)