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

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!ALW.NIH.GOV!rdew
  2. From: rdew@ALW.NIH.GOV (Bob Dew)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Messages & POP
  5. Message-ID: <Eefojyu0ts4j124ho0@alw.nih.gov>
  6. Date: 10 Sep 92 13:22:06 GMT
  7. References: <IefoFDy3fW41Q94bUd@cs.kun.nl>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 25
  12.  
  13.  
  14. > In the AndrewSetup file you can specify a MailCollectionCommand that
  15. > will be called to collect your mail. What you need is a program that
  16. > talks POP and puts your mail as separate messages in ~/Mailbox. I have
  17. no idea weather this works, or if such a program is available.
  18.  
  19.  
  20. This can work nicely under AFS when the POP server is configured as an
  21. AFS client.
  22.  
  23. The AndrewSetup "AMS_MailCollectionCommand" can point to a shell script
  24. which performs an authenticated rsh to the POP server, whereby "eatmail"
  25. is called to transfer mail from the POP server's spooling area to the
  26. user's home area Mailbox.  That is, the mail collection command would
  27. look something like,
  28.  
  29.     /usr/afsws/bin/rsh Pop_server_machine /usr/andrew/bin/eatmail
  30.  
  31. Without changing the mail system configuration, user's can elect to
  32. retrieve new mail via messages, or through their regular POP user
  33. interface.  In this case, messages would be configured without AMDS
  34. support, but with AFS_ENV defined.  Also, note that "Pop_server_machine"
  35. in the rsh example may be replaced with any SMTP mail hub.
  36.  
  37. -Bob
  38.