[bugs] [Bug 972] Changed - POP3 login errors - EOF messages in
popper log
bugs@bugs.horde.org
bugs@bugs.horde.org
Tue, 11 Jun 2002 03:29:37 -0300
http://bugs.horde.org/show_bug.cgi?id=972
*** shadow/972 Tue Jun 11 01:45:27 2002
--- shadow/972.tmp.8508 Tue Jun 11 03:29:37 2002
***************
*** 3,10 ****
Version: 2.1 Unstable
Platform: Mozilla 5.x
OS/Version: Linux
! Status: ASSIGNED
! Resolution:
Severity: major
Priority: P2
Component: IMP
--- 3,10 ----
Version: 2.1 Unstable
Platform: Mozilla 5.x
OS/Version: Linux
! Status: RESOLVED
! Resolution: INVALID
Severity: major
Priority: P2
Component: IMP
***************
*** 38,40 ****
--- 38,50 ----
a phpnuke portal with an alternate webmail client. It's POP3 functionality
works fine, making me think that it's not php itself. I could be wrong in this
assumption however.
+
+ ------- Additional Comments From adam@cbnn.net 06/11/02 03:29 -------
+ Blergh. I think I have it figured out now. Some versions of the c-client in
+ PHP have a hard time with qpopper and other cyrus based POP3 servers. That's
+ what's breaking the connection. The phpnuke module uses fsockopen to directly
+ interface the pop3 server, which threw me off.
+
+ Looks like it's time to hit the PHP recompile war trail for me. :)
+
+ Sorry about the inconveinence.