From owner-freebsd-isp Thu Feb 4 16:11:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18672 for freebsd-isp-outgoing; Thu, 4 Feb 1999 16:11:43 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from artemone.actor.ru (leivo-gw.actor.ru [194.105.192.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18667 for ; Thu, 4 Feb 1999 16:11:40 -0800 (PST) (envelope-from zenith!zenith.spb.ru!zenith.spb.ru!krok@artemone.actor.ru) Received: from zenith.UUCP (uucp@localhost) by artemone.actor.ru (8.9.2/8.9.2/kr) with UUCP id DAA15466 for freebsd-isp@freebsd.org; Fri, 5 Feb 1999 03:09:07 +0300 (MSK) Received: from zenith.spb.ru by zenith.spb.ru (UUPC/extended 1.12p) with UUCP for freebsd-isp@freebsd.org; Fri, 05 Feb 1999 03:06:17 +0300 Received: by zenith.spb.ru (FIDO2UU 2.11a [OS2/C Set]) with FTN; Fri, 5 Feb 1999 03:06:16 +0400 To: freebsd-isp@FreeBSD.ORG Message-Id: <36BAA678@zenith.spb.ru> Date: Fri, 5 Feb 1999 03:05:38 +0400 From: Volodya Krok Reply-To: Volodya Krok Subject: dummy-pop3 server Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > #!/bin/sh > TIMEOUT=60 # seconds > ME=$$ > ( sleep $TIMEOUT ; kill $ME ) & > echo "+OK FAKEPOP" > read user > echo "+OK Password required" > read password > echo "-ERR Change your client to use pop.example.com" i would also recommend you to use this line in your script: trap "/bin/echo go away; exit 0" 1 2 3 4 5 6 7 10 15 -- Volodya Krok krok@zenith.spb.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message