Re: Pop process hangs in the write()

2009-03-04 Thread ram

On Mon, 2009-03-02 at 09:15 -0600, Dan White wrote:
 ram wrote:
  I have problem at a clients end exactly same as described in this
 
  http://marc.info/?l=info-cyrusm=108967188821511w=2
 
  A pop process blocks at write() for any mail at random. And they start
  getting pop lock issues 
 
  I have checked with the customer , there is no IDS on their network 
  Is there any other way I can debug this issue 
 

 
 You could enable telemetry logging, which should help to rule out a 
 problem with the client.
 



How do I do that ? 


 - Dan


Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Pop process hangs in the write()

2009-03-04 Thread Matt Selsky
On Mar 4, 2009, at 3:52 AM, ram wrote:

 On Mon, 2009-03-02 at 09:15 -0600, Dan White wrote:

 You could enable telemetry logging, which should help to rule out a
 problem with the client.

 How do I do that ?

# mkdir /var/lib/imap/log/$user
# chown cyrus /var/lib/imap/log/$user

One file will be created in that directory for every process used by  
that user.


-- 
Matt


Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: mailbox directory

2009-03-04 Thread Adam Tauno Williams
On Tue, 2009-03-03 at 22:26 -0500, Tanis Patrick wrote:
 Thanks for your answer.
 I mean the folder that contains the user mailboxes. This folder grows 
 exponentially as soon as i upgrade to the last version. Can you tell me more 
 about SQUAT and delayed expunged?

See WMOGAG
http://docs.opengroupware.org/Members/whitemice/wmogag/file_view

For SQUAT, which is a full-text index of messages to enabled faster
searching, see page 122 

For delayed expunge, which keeps messages in the store even after the
user expunges them, see page 124

Either of these can cause the mailstore to seem to grow unnaturally.

And please keep messages on the list;  reply to the list, not to the
sender.

  On Tue, 2009-03-03 at 13:48 -0500, Tanis Patrick wrote:
  Greetings,
  I am using cyrus on redhat enterprise linux 5.3. Since i have upgraded
  to the last version, i notice the partition mailbox grow everyday.
  By partition mailbox do you mean the partition that contains the
  user's actual mailboxes (vs. the meta-data partition)?  If so, isn't it
  normal for that partition to grow as new mail arrives?
  Do you have SQUAT enabled?  Or delayed expunge?

-- 
OpenGroupware developer: awill...@whitemice.org
http://whitemiceconsulting.blogspot.com/


Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html