Dear Michael,

I am sending same problem IMAP server debug log (with debug_raw also enabled) off the list in my next mail. I am not sure, whether this could be of any help to you to debug the problem.

And also, I was looking at imp mailing list discussion on horde_imap_client-2.3.1. I use binaries shipped by RHEL 6.3. Now, I have a second thought on the PHP version which is shipped by default is buggy? Right now it is: php-5.3.3-3.el6_2.8.x86_64, and I have not upgraded to the available version for RHEL 6.3. I think, the latest version available for RHEL 6.3 is php-5.3.3-14.el6_2.8.x86_64.

Regards,
Anant.

----- Message from [email protected] ---------
    Date: Fri, 07 Dec 2012 14:59:55 -0700
    From: Michael M Slusarz <[email protected]>
 Subject: Re: [imp] problem with stripping Attachment from a mail
      To: [email protected]


Quoting ANANT S ATHAVALE <[email protected]>:

I enabled debugging IMP IMAP debug. What I think below is the relevent info.

[NOMODSEQ] Sorry, modsequences have not been enabled on this mailbox

Irrelevant. This affects caching but doesn't have anything to do with your issue.

I get error: Unexpectedly disconnected from the mail server. But, a new mail gets generated with stripped attachment. The original mail remains as it is (which should have got deleted). This also results in sudden spike in CPU usage.

I get the following errors in Horde logs:

PHP error: fwrite(): send of 2 bytes failed with errno=32 Broken pipe on the line 3923 of /usr/share/pear/Horde/Imap/Client/Socket.php

ERR: HORDE [imp] Mail server closed the connection unexpectedly.

Yeah - looks like your IMAP server is broken.  This is in your logs:

C: 5 APPEND INBOX (\seen) "5-Dec-2012 17:30:14 +0530" CATENATE (URL /INBOX;UIDVALIDITY=1246769611/;UID=185840/;SECTION=HEADER TEXT {31+}
C: [LITERAL DATA - 31 bytes]
C: URL /INBOX;UIDVALIDITY=1246769611/;UID=185840/;SECTION=1.MIME URL /INBOX;UIDVALIDITY=1246769611/;UID=185840/;SECTION=1 TEXT {31+}
C: [LITERAL DATA - 31 bytes]
C:  TEXT {135+}
C: [LITERAL DATA - 135 bytes]
C:  TEXT {33+}
C: [LITERAL DATA - 33 bytes]
C: )
S: 5 OK [APPENDUID 1246769611 185860] Completed

So a message was added to your INBOX. However, the INBOX is later attempted to be selected:

C: 8 SELECT INBOX
ERROR: IMAP read/timeout error.
C: 9 LOGOUT
ERROR: Server closed the connection.

For some reason your IMAP server is crashing when the INBOX is selected. Not much we can do when the server is flat out crashing without providing an error message.

michael

___________________________________
Michael Slusarz [[email protected]]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]



----- End message from [email protected] -----
Dear Michael,

I am sending same problem IMAP server debug log (with debug_raw also enabled) off the list in my next mail. I am not sure, whether this could be of any help to you to debug the problem.

And also, I was looking at imp mailing list discussion on horde_imap_client-2.3.1. I use binaries shipped by RHEL 6.3. Now, I have a second thought on the PHP version which is shipped by default is buggy? Right now it is: php-5.3.3-3.el6_2.8.x86_64, and I have not upgraded to the available version for RHEL 6.3. I think, the latest version available for RHEL 6.3 is php-5.3.3-14.el6_2.8.x86_64.

Regards,
Anant.


           Anant

------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to