home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / softsys / andrew / 1229 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!cs.kun.nl!harcoh
  2. From: harcoh@cs.kun.nl (Harco de Hilster)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Messages & POP
  5. Message-ID: <oefozw23fW41094cAV@cs.kun.nl>
  6. Date: 10 Sep 92 13:39:08 GMT
  7. References: <Eefojyu0ts4j124ho0@alw.nih.gov>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 31
  12.  
  13. Excerpts from mail: 10-Sep-92 Re: Messages & POP Bob Dew@alw.nih.gov (1077*)
  14.  
  15.  
  16. > This can work nicely under AFS when the POP server is configured as an
  17. > AFS client.
  18.  
  19. > The AndrewSetup "AMS_MailCollectionCommand" can point to a shell script
  20. > which performs an authenticated rsh to the POP server, whereby "eatmail"
  21. > is called to transfer mail from the POP server's spooling area to the
  22. > user's home area Mailbox.  That is, the mail collection command would
  23. > look something like,
  24.  
  25. >     /usr/afsws/bin/rsh Pop_server_machine /usr/andrew/bin/eatmail
  26.  
  27. > -Bob
  28.  
  29.  
  30.  
  31. We use NFS here, but I think the essence is that your home directory is
  32. available (exported) to the POP-server. 
  33.  
  34. Your solution also requires a real login on the POP server. With a real
  35. POP-client, the POP server only needs to be aware of the user.
  36. The mail server at our site is a secure machine on which (almost) nobody
  37. has a real login, so a rsh is not allowed.
  38.  
  39. A real POP-client plus eatmail would be a better solution.
  40.  
  41. Regards,
  42.  
  43. Harco.
  44.