Newsgroups: comp.mail.misc
From: Alan Connor <zzz...@xxx.yyy>
Date: Sun, 31 Oct 2004 21:34:46 GMT
Local: Sun, Oct 31 2004 4:34 pm
Subject: Re: incomming email server at home
On 31 Oct 2004 07:56:06 -0800, sparks...@centurytel.net
<sparks...@centurytel.net> wrote: Without knowing what OS you are using, specific answers are > I want to run some sort of incomming email server on my home > PC. No for the purpose of recieving person to person email but > for remote control purposes. I would like to be able to send > an email to my home system that contains commands that would be > forwarded on to some other program. > I could do this with standard email programs and rule sets. > The idea is to be able to communicate with my home system when problematic, but all you really need to do is to copy a file from one location to another, and on Unix/Linux, at least, there are numerous ways to do this, it being the essence of networking. What is done with the file on the remote box is up to you. There is a package (Debian Linux) that contains a remote Package: rsh-server (I'm sure there is an ssh version of the above.) Or you could just use a little tcp tool like netcat: remote box$ netcat -l -p 1234 local box$ cat file | netcat -w 3 1111.2222.3333.4444 1234 Where 1234 is the port and 1111.2222.3333.4444 is the IP of If you are using Windows, you have my sympathy. AC -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||