Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!mintaka!ogicse!orstcs! From: gatesl@jasper.cs.orst.edu (GATES LEE) Newsgroups: comp.mail.mh Subject: Distributed MH Message-ID: <1991Apr23.032536.26773@lynx.CS.ORST.EDU> Date: 23 Apr 91 03:25:36 GMT Article-I.D.: lynx.1991Apr23.032536.26773 Sender: @lynx.CS.ORST.EDU Organization: Computer Science Department, Oregon State Univ. Lines: 19 Originator: gatesl@jasper.CS.ORST.EDU Nntp-Posting-Host: jasper.cs.orst.edu I am currently working on a project to make a distributed mail package. The idea is having multiple mail (MH) servers, and having a user establish a socket connection to one of the servers to read thier mail. I am having a little bit of trouble deciding which way to implement it, and thought I would ask for some input and pointers in the right direction from the net. Right now, I am thinking of having a "dumb" client socket, in that it only echos what it receives (the mail, or MH responses) from the server. But this means that I will have to either rewrite some (if not all) of the MH commands (the user will not have an account on the servers), or figure out some way to fool MH to think that the user is local, and get all the environment variables set.... If you have any ideas, thoughts, or know of a similar project somewhere that I could look at, I would appreciate it. thanx in advance. lee