From owner-freebsd-isp Mon Feb 8 14:22:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15190 for freebsd-isp-outgoing; Mon, 8 Feb 1999 14:22:55 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from host07.rwsystems.net (kasie.rwsystems.net [209.197.192.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15176 for ; Mon, 8 Feb 1999 14:22:52 -0800 (PST) (envelope-from jwyatt@RWSystems.net) Received: from kasie.rwsystems.net([209.197.192.103]) (1445 bytes) by host07.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Mon, 8 Feb 1999 15:34:16 -0600 (CST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-24) Date: Mon, 8 Feb 1999 15:34:14 -0600 (CST) From: James Wyatt To: Mike Jenkins cc: rewt@i-Plus.net, freebsd-isp@FreeBSD.ORG Subject: Re: dummy-pop3 server In-Reply-To: <199902082003.OAA01326@carp.gbr.epa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 8 Feb 1999, Mike Jenkins wrote: > > I'm trying to redirect port 110 traffic to the appropriate host. I had The original question led me to think the older server was to be retired from service. The plug/netcat/socket/plug-gw/etc... will *never* get the users off of the old server. Also: I noticed that one of the scripts used 'read -t 10 MYVAR' or such. Which OS or shell has a '-t' param on read? Also[2]: If you do the background-sleep-until-kill-parent, you get an annoying message 'Unable to kill process 23431' just before exit and a socket that stays open until the kill. Any way to kill the subshell when you know you have all the data you need? I have been playing with folks answers to learn more and had these two issues. I'm doing something else, but the answers to this may apply to what I'm playing with... - Jy@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message