This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem after updating to 5.207

I just updated from 5.206 to 5.207 and now have a problem with the POP3 sessions not closing, leaving Eudora hung. The problem happens both when there are emails tp pull and when there are none (and all the emails are pulled OK if there are any). I turned off the proxy and everything works fine. Tried re-starting ASL, but there was no change. Is anyone else seeing this, or is it just me?


This thread was automatically locked due to age.
Parents
  • after the update from 5.206 to 5.207 now i have similar problems to. only solution is not to use pop3 proxy. this never worked good since asl5 have been introduced. not happy with it.
  • At least it's not just me. The proxy has it's issues, but this is the first one that's stopped me from being able to use it.

    Looking at the network traffic, it looks like the proxy is not sending an +OK reply to the QUIT from the client (everything looks fine up to that point), it just tears down the connection. RFC1939 indicates that it should send either a +OK or -ERR in reply to QUIT. Not having the reply leaves Eudora stuck waiting.

    Here's the last part of the session data from ethereal.

     Code:
     
    Proxy is OFF (Everything works fine)

    10 PSH, ACK - Len: 6                     Request: STAT
       (3587)   ------------------>  (110)
    11 PSH, ACK - Len: 9                     Response: +OK 0 0
       (3587)     (110)
    13 PSH, ACK - Len: 14                    Response: +OK Sayonara
       (3587)    pop3 [RST] Seq=2574858909 Ack=2458135303 Win=0 Len=0
       (3587)   ------------------>  (110)
    15 FIN, ACK                              pop3 > 3587 [FIN, ACK] Seq=2458135317 Ack=2574858909 Win=25200 Len=0
       (3587)    pop3 [RST] Seq=2574858909 Ack=2574858909 Win=0 Len=0
       (3587)   ------------------>  (110)


    Proxy is ON (Eudora hangs after checking mailbox)

    10 PSH, ACK - Len: 6                     Request: STAT
       (3591)   ------------------>  (110)
    11 ACK                                   pop3 > 3591 [ACK] Seq=266712075 Ack=2599236125 Win=5840 Len=0
       (3591)     (110)
    14 ACK                                   pop3 > 3591 [ACK] Seq=266712084 Ack=2599236131 Win=5840 Len=0
       (3591)    3591 [FIN, ACK] Seq=266712084 Ack=2599236131 Win=5840 Len=0
       (3591)    pop3 [ACK] Seq=2599236131 Ack=266712085 Win=65370 Len=0
       (3591)   ------------------>  (110)
     

Reply
  • At least it's not just me. The proxy has it's issues, but this is the first one that's stopped me from being able to use it.

    Looking at the network traffic, it looks like the proxy is not sending an +OK reply to the QUIT from the client (everything looks fine up to that point), it just tears down the connection. RFC1939 indicates that it should send either a +OK or -ERR in reply to QUIT. Not having the reply leaves Eudora stuck waiting.

    Here's the last part of the session data from ethereal.

     Code:
     
    Proxy is OFF (Everything works fine)

    10 PSH, ACK - Len: 6                     Request: STAT
       (3587)   ------------------>  (110)
    11 PSH, ACK - Len: 9                     Response: +OK 0 0
       (3587)     (110)
    13 PSH, ACK - Len: 14                    Response: +OK Sayonara
       (3587)    pop3 [RST] Seq=2574858909 Ack=2458135303 Win=0 Len=0
       (3587)   ------------------>  (110)
    15 FIN, ACK                              pop3 > 3587 [FIN, ACK] Seq=2458135317 Ack=2574858909 Win=25200 Len=0
       (3587)    pop3 [RST] Seq=2574858909 Ack=2574858909 Win=0 Len=0
       (3587)   ------------------>  (110)


    Proxy is ON (Eudora hangs after checking mailbox)

    10 PSH, ACK - Len: 6                     Request: STAT
       (3591)   ------------------>  (110)
    11 ACK                                   pop3 > 3591 [ACK] Seq=266712075 Ack=2599236125 Win=5840 Len=0
       (3591)     (110)
    14 ACK                                   pop3 > 3591 [ACK] Seq=266712084 Ack=2599236131 Win=5840 Len=0
       (3591)    3591 [FIN, ACK] Seq=266712084 Ack=2599236131 Win=5840 Len=0
       (3591)    pop3 [ACK] Seq=2599236131 Ack=266712085 Win=65370 Len=0
       (3591)   ------------------>  (110)
     

Children