Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!sgi!shinobu!odin!myth.rad.sgi.com!andru From: andru@myth.rad.sgi.com (Andrew Myers) Newsgroups: comp.sys.sgi Subject: Re: Remote Mailbox? Message-ID: <1991Jun23.063056.25377@odin.corp.sgi.com> Date: 23 Jun 91 06:30:56 GMT References: <8531@oasys.dt.navy.mil> <1991Jun18.192958.1652@ux1.cso.uiuc.edu> Sender: news@odin.corp.sgi.com (Net News) Organization: Silicon Graphics, Inc. Lines: 14 In article <1991Jun18.192958.1652@ux1.cso.uiuc.edu> marcc@yoyodyne.ncsa.uiuc.edu (Marc Cooper) writes: >Is it possible to have mailbox look to a directory on another machine other >than the one you're on? It seems this could be accomplished using the >-C envelope-counter flag, by somehow specifying the "counting program" to >be an rsh over to the desired machine, looking at the proper file, etc. If the remote directory is NFS-mounted, then it should work fine. If not, you are probably out of luck. Contrary to what you might think, mailbox does not poll your mailbox periodically like, say, xbiff. Instead, it is directly notified whenever a change is made to your mailbox. The -C envelope-counter is only executed when a change is detected. This strategy minimizes the load which mailbox places on your system. Andrew