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:

More on the email templates (I like it) (1997) replacing founditems ... (2002) Queertrons? (1997) [WebDNA] Friday's.. WIP thread (2009) Price Not Appearing (2000) Apache 2.2 (2007) Problem with ShoppingCart.tpl refresh (2000) Re:2nd WebCatalog2 Feature Request (1996) Nav. 4 probs with cart (1997) Re:Has this happened to you? (was:Emailer Chokes on bad address) (1997) Date search - yes or no (1997) Meet your competition (2000) Nesting format tags (1997) WebCat2b15MacPlugin - [protect] (1997) Ampersand (1997) WebDNA tags in WebMerchant email templates ... (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Mac -Shareware Listserver (1998) show all problem (1997) Purchase Plugin Missing (1996)