View Single Post
  #10 (permalink)  
Old 02-25-2008, 11:01 AM
deepblue deepblue is offline
Partner (VAR/HSP)
 
Posts: 200
Default

Quote:
Originally Posted by mmorse View Post
All:
Could you set zimbraMailPurgeSleepInterval to 1h or 1m & see if that has any effect?
Hi mmorse,

thanks alot... This changed something for me. BUT:
I had to set the zimbraMailPurgeSleepInterval to 0 first. After doing so, I had this message in mailbox.log:

Code:
2008-02-25 18:53:13,534 INFO  [MailboxPurge] [name=name@some.dom.ain;mid=6;] mailbox - Purge thread was interrupted.  Shutting down.
After that I set the zimbraMailPurgeSleepInterval to 1m:

Code:
2008-02-25 18:53:49,342 INFO  [btpool0-419] [name=zimbra;ip=127.0.0.1;] mailbox - Starting purge thread with sleep interval 60000ms
2008-02-25 18:53:49,355 INFO  [MailboxPurge] [name=name@domain;mid=7;] mailbox - Purging messages.
2008-02-25 18:54:51,252 INFO  [MailboxPurge] [name=name2@domain;mid=9;] mailbox - Purging messages.
2008-02-25 18:55:51,288 INFO  [MailboxPurge] [name=name3@domain;mid=12;] mailbox - Purging messages.
2008-02-25 18:56:51,328 INFO  [MailboxPurge] [name=name4@domain;mid=17;] mailbox - Purging messages.
2008-02-25 18:57:51,685 INFO  [MailboxPurge] [name=name5@domain;mid=18;] mailbox - Purging messages.
2008-02-25 18:58:52,213 INFO  [MailboxPurge] [name=name6@domain;mid=20;] mailbox - Purging messages.
So it seems, mailboxes are being purge one by one with a Interval of 1m...

Thanks and regards
Thomas
Reply With Quote