home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aux / 4298 < prev    next >
Encoding:
Text File  |  1992-12-11  |  2.3 KB  |  55 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!pacbell.com!att-out!walter!qualcom.qualcomm.com!NewsWatcher!user
  3. From: sdorner@qualcomm.com (Steve Dorner)
  4. Subject: Re: Popper for A/UX
  5. Message-ID: <sdorner-111292143142@0.0.0.0>
  6. Followup-To: comp.unix.aux
  7. Sender: news@qualcomm.com
  8. Nntp-Posting-Host: dorner.slip.uiuc.edu
  9. Organization: Qualcomm, Inc.
  10. References: <1992Dec9.110501.14822@ugle.unit.no> <1992Dec11.091553.7813@ugle.unit.no>
  11. Date: Fri, 11 Dec 1992 20:42:11 GMT
  12. Lines: 41
  13.  
  14. In article <1992Dec11.091553.7813@ugle.unit.no>, trondk@zevs.ifi.unit.no
  15. (Trond Kandal) wrote:
  16. > After some investigation I have found out that this popper only use port
  17. > 109,- why ?
  18.  
  19. popper is run from /etc/servers (which I am disgusted to find is like
  20. /etc/inetd.conf only braindead, but I digress).  In /etc/servers you
  21. specify the service name.  In /etc/services ("ices", not "ers"), you
  22. specify service names and port numbers.  This is what the entries look like
  23. on my system:
  24.  
  25. /etc/servers:pop3       tcp     /usr/local/etc/popper
  26. /etc/services:pop3         110/tcp
  27.  
  28. > Eudora wouldn't work either,- could this be the problem ( using the wrong port ) ?
  29.  
  30. Yes.
  31.  
  32. Now, there are two gotchas with popper.  One, it uses flock, not .lock
  33. files.  At least, that's how Berkeley distributes it; if you get one
  34. someone has already ported to A/UX, they may have changed it.  You need to
  35. be sure that /bin/mail (or whatever your local mailer is) and popper agree
  36. on how to do locking, or you're asking for trouble.
  37.  
  38. My solution was to replace /bin/mail and sendmail with IDA sendmail and bsd
  39. /bin/mail; others might choose to make popper understand .lock locking.
  40.  
  41. (By the way, if all of this scares you, you should get help.  There is deep
  42. magic here, and if you're not careful you'll wind up losing mail.)
  43.  
  44. Finally, I haven't been able to get popper to work completely correctly. 
  45. Specifically, it seems to be unable to copy mail back into the system
  46. maildrop, preferring instead to dump core.  Unless, of course, I run it
  47. under dbx, in which case it's happy as a clam.  (Sigh.)  I will admit,
  48. however, to not having had the motivation to work on it for a long time.
  49.  
  50. If you want to use Eudora, this chiefly affects the "Leave Mail On Server"
  51. and "Skip Big Messages" options; if you leave those off, things work pretty
  52. normally.
  53. --
  54. Steve Dorner, Qualcomm, Inc.
  55.