home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / misc / 3329 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!gumby!yale!cs.yale.edu!not-for-mail
  3. From: anselmo-ed@cs.yale.edu (Ed Anselmo)
  4. Subject: Re: Popd and Popper problem.
  5. In-Reply-To: horgan@mantis.csu.murdoch.edu.au's message of 20 Jul 92 04: 50:14 GMT
  6. Message-ID: <14pmjpINNqp6@BIGBIRD.CF.CS.YALE.EDU>
  7. Lines: 18
  8. Sender: news@cs.yale.edu (Usenet News)
  9. Nntp-Posting-Host: bigbird.cf.cs.yale.edu
  10. Organization: Yale University, Dept. of Computer Science, New Haven, CT
  11. References: <horgan.711607814@mantis>
  12. Date: Fri, 24 Jul 1992 19:44:57 GMT
  13.  
  14. Both popd and popper are probably doing the equivalent of
  15. getservbyname("pop", proto), so both are trying to bind port 110.
  16.  
  17. I run the popd from the MH 6.7 distribution on a few machines here and
  18. do both pop2 and pop3 by explicitly specifying a port number on
  19. startup.  I haven't used popper or the LifeLine mail popd so I don't
  20. know if this is an option.
  21.  
  22. /etc/rc.yale:   /usr/local/etc/popd -p 110 2> /dev/null &
  23. /etc/rc.yale:   /usr/local/etc/popd 2> /dev/null &
  24.  
  25. My /etc/services file is the other way around -:)
  26.  
  27. pop             109/tcp                         # Post Office
  28. pop3            110/tcp                         # Post Office
  29.  
  30. -- 
  31. Ed Anselmo   anselmo-ed@cs.yale.edu   {harvard,cmcl2}!yale!anselmo-ed
  32.