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

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