home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / mh / 977 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.8 KB

  1. Path: sparky!uunet!usc!noiro.acs.uci.edu!nntpsrv
  2. From: iglesias@draco.acs.uci.edu (Mike Iglesias)
  3. Subject: popd reports wrong number of messages waiting
  4. Nntp-Posting-Host: draco.acs.uci.edu
  5. Message-ID: <2A74DCA5.29841@noiro.acs.uci.edu>
  6. Newsgroups: comp.mail.mh
  7. Organization: University of California, Irvine
  8. Lines: 76
  9. Date: 28 Jul 92 05:35:33 GMT
  10.  
  11. We're running mh v6.7.1 on a Sun 690MP w/SunOS 4.1.2 (mh was built under
  12. SunOS 4.1.1).  We have popd configured to use the POP database rather
  13. than /etc/passwd.  We're using IDA sendmail with the mods to the .cf
  14. file to make pop mail go thru spop.
  15.  
  16. When a pop client connects, popd will return 1 more than the real
  17. number of messages in the maildrop, both after the "pass" command and
  18. in response to a "stat" command.  This causes some pop clients to
  19. report that there are more messages than there really are, which leads
  20. to confused users. 
  21.  
  22. At the end of this message is an example of a telnet to port 110,
  23. followed by a cat -v of the maildrop and an od -h of the .map file. 
  24.  
  25. Does anyone know if there's a fix for this?  I'd rather not reinvent the
  26. wheel if someone has fixed it already.
  27.  
  28.  
  29. Thanks,
  30.  
  31. Mike Iglesias                        Internet:    iglesias@draco.acs.uci.edu
  32. University of California, Irvine     BITNET:      iglesias@uci
  33. Office of Academic Computing         uucp:        ...!ucbvax!ucivax!iglesias
  34. Distributed Computing Support        phone:       (714) 856-6926
  35.  
  36.  
  37. Example:
  38.  
  39. Script started on Mon Jul 27 22:22:34 1992
  40. orion# telnet orion 110
  41. Trying 128.200.15.20 ...
  42. Connected to orion.oac.uci.edu.
  43. Escape character is '^]'.
  44. +OK orion.oac.uci.edu POP server ready (Comments to: PostMaster@orion.oac.uci.edu)
  45. user test2
  46. +OK password required for test2
  47. pass *******
  48. +OK maildrop has 3 messages (739 octets)
  49. stat
  50. +OK 3 739
  51. quit
  52. +OK orion.oac.uci.edu POP server signing off (3 messages, 739 octets left)
  53. Connection closed by foreign host.
  54.  
  55. orion# cat -v test2
  56. ^A^A^A^A
  57. Received: from localhost by orion.oac.uci.edu with SMTP id AA09415
  58.   (5.65c/IDA-1.4.4 for <test2@orion.oac.uci.edu>); Mon, 27 Jul 1992 22:14:49 -0700
  59. Message-Id: <199207280514.AA09415@orion.oac.uci.edu>
  60. To: test2@orion.oac.uci.edu
  61. Subject: a test #1
  62. Date: Mon, 27 Jul 92 22:14:49 -0700
  63. From: Mike Iglesias <iglesias@orion.oac.uci.edu>
  64.  
  65. this is a test message
  66. ^A^A^A^A
  67. ^A^A^A^A
  68. Received: from localhost by orion.oac.uci.edu with SMTP id AA09427
  69.   (5.65c/IDA-1.4.4 for <test2@orion.oac.uci.edu>); Mon, 27 Jul 1992 22:15:12 -0700
  70. Message-Id: <199207280515.AA09427@orion.oac.uci.edu>
  71. To: test2@orion.oac.uci.edu
  72. Subject: a test #2
  73. Date: Mon, 27 Jul 92 22:15:11 -0700
  74. From: Mike Iglesias <iglesias@orion.oac.uci.edu>
  75.  
  76. another tes message
  77. ^A^A^A^A
  78.  
  79. orion# od -h .test2.map
  80. 0000000  0000 0002 0000 0003 0000 0000 0000 02df
  81. 0000020  0000 0000 0000 0170 0000 0005 0000 016c
  82. 0000040  0000 0000 0000 016d 0000 0176 0000 02da
  83. 0000060
  84. orion# ^Dexit
  85.  
  86. script done on Mon Jul 27 22:23:17 1992
  87.