home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / networks / tcpip / multinet / 2775 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.7 KB

  1. Path: sparky!uunet!europa.eng.gtefsd.com!darwin.sura.net!bogus.sura.net!howland.reston.ans.net!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!info-multinet
  2. Newsgroups: vmsnet.networks.tcp-ip.multinet
  3. Subject: RE: Problems with POP3
  4. Message-ID: <930127114219.44a00ab7@code-z.tgv.com>
  5. From: busma@TGV.COM (Jeffrey D. Busma)
  6. Date: Wed, 27 Jan 93 11:42:19 PST
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 58
  10.  
  11.  From: markp@yang.earlham.edu (Mark H Pearson)
  12.  
  13. >1/27/92 Problems with POP3 with Multinet 3.1
  14. >I am using Nupop 1.03 on my PC which has performed flawlessly until today.
  15. >It sneezed on 44 messages in newmail. Here's the grimy story :
  16. >
  17. >NUPop 1.0.3
  18. >DOS version              = 5.0
  19. >Win3 enhanced mode       = No
  20. >DesqView active          = No
  21. >TCP driver type          = Built-in NUTCP
  22. >Heap space available     = 58352
  23. >Virtual memory available = 1035233
  24. >Buffer space available   = 67376
  25. >TCPNew: OK
  26. > found <yang.earlham.edu> in cache.TCPConnect:  OK
  27. >Leaving TCPConnect
  28. >Waiting for a line starting with a <+>
  29. >Error signalled if line starts with a <->
  30. ><--"+OK YANG.EARLHAM.EDU MultiNet POP3 Server Process 3.1(1) at Wed 27-Jan-93 10
  31. >   :57AM-EST"
  32. >-->USER markp
  33. >Waiting for a line starting with a <+>
  34. >Error signalled if line starts with a <->
  35. ><--"+OK User name (markp) ok. Password, please."
  36. >-->*************
  37. >-->
  38. >Waiting for a line starting with a <+>
  39. >Error signalled if line starts with a <->
  40. >  Timed out, network not responding
  41. >  Timed out, network not responding
  42. >TCPDisconnect: OK.
  43. >TCPDispose entered: TCPDispose done.
  44. >Error while reading from network
  45. >TCPUnInit starts:  OK
  46. >TCPUnInit finished.
  47. >
  48.     The POP client seems to be timing out waiting for the server to read all the
  49.     mail in the mailbox and calcuate the length of all the messages before it send 
  50.     the response back for the PASS command as specified in  RFC 1225.
  51.  
  52.     What is ths timeout period for the client and can you change it?
  53.  
  54.     There is a work around for this in 3.1 Rev-D  and 3.2 that sends the the +OK status back     
  55.     before the mailbox is read.
  56.  
  57.     Note that SYLOGIN.COM and LOGIN.COM are excuted so you may want to 
  58.         $ if f$mode() .eqs. "NETWORK" .and. - 
  59.         f$trnlnm("TT") .eqs. "MULTINET:POP3_SERVER.COM"  then exit 
  60.  
  61.     So you're not doing a lot of symbol assignment interactive things which can take time.
  62.  
  63.     I missed the part about POP sneezing on 44 messgaes. If you saying it corrupted the mail
  64.     please open a support call by sendig mail to SERVICE@TGV.COM include the POP3_SERVER.LOG
  65.     file. Your PC log just shows the PC is timing out, which should be configuable on the PC,
  66.     while you wait for 3.2 which currently shipping.
  67.  
  68.                             Jeff
  69.