home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / 17867 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  2.4 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!sdd.hp.com!usc!cs.utexas.edu!bcm!aio!nuntius
  2. From: barrett@ial3.jsc.nasa.gov (Jim Barrett)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: POP3 Mail Server Setup
  5. Message-ID: <1992Dec11.234026.4584@aio.jsc.nasa.gov>
  6. Date: 11 Dec 92 23:40:26 GMT
  7. References: <1992Dec7.193927.2303@alw.nih.gov>
  8. Sender: news@aio.jsc.nasa.gov (USENET News System)
  9. Organization: Lockheed Engineering & Sciences Co.
  10. Lines: 59
  11. X-Useragent: Nuntius v1.1
  12.  
  13.  
  14.  
  15. In article <1992Dec7.193927.2303@alw.nih.gov> Edward Suh,
  16. suh@rainbow.dcrt.nih.gov writes:
  17. >Could someone tell me how to seup pop3 mail server on the 
  18. >SGI (4.0.5)?
  19.  
  20. Here's how:
  21.  
  22. 1) Obtain the source code to popper from ftp.cc.berkeley.edu
  23. (128.32.136.12) via anonymous ftp.   It's in the /pub/popper
  24. directory, and the file you want is popper-1.831beta.tar.Z
  25.  
  26.  
  27. 2) Compile it.  You'll have to fix the Makefile before it will compile. 
  28.  
  29.  
  30. 3) Take the executable file 'popper' and put it someplace like
  31. /usr/local/bin, or wherever you store local programs.  
  32.  
  33.  
  34. 4) Edit the file /etc/services, and put the following line in there:
  35.  
  36. pop3       110/tcp             # Post Office, version 3
  37.  
  38. Check to make sure there's not already a reference to pop3 in there. 
  39. If there is, make sure it agrees with the above.  If not, replace it
  40. (but comment out the old line, don't delete it).  
  41.  
  42.  
  43. 5) Edit the file /usr/etc/inetd.conf, and put the following line in
  44. there:
  45.     
  46. pop3   stream  tcp nowait  root    /usr/local/bin/popper    popper
  47.  
  48. Note that you should use the path of your popper program, which may
  49. not be /usr/local/bin/popper.  That's just where I've put mine.  
  50.  
  51.  
  52. 6) Use the 'ps -ef | fgrep inetd' command to find out the process id
  53. number  of inetd.   Issue the command 'kill -HUP nnnn', where nnnn is
  54. the process id number of inetd.  This tells inetd to re-read it's
  55. configuration file.
  56.  
  57. Presto!  All done!
  58.  
  59. You will find that popper generates a *large* number of messages that
  60. appear in /usr/adm/SYSLOG.  We have so many people using pop3 mail
  61. clients that the log messages became a problem (and we never found
  62. the log useful).  So we gutted the poplog function in the pop_log.c
  63. file in the popper distribution.  
  64.  
  65. Best of luck!
  66.  
  67. --
  68. Jim Barrett                               barrett@ial3.jsc.nasa.gov
  69. "This has been a test of the Opinion Broadcast System.  If this had
  70. been an actual opinion you would have received instructions on where
  71. to go and what to do.  This is only a test."
  72.