Date: Mon, 25 Jan 1999 16:31:30 -0800 (PST) From: jfesler@gigo.com To: jwhite@cryogen.com Cc: root@swimsuit.internet.dk, freebsd-isp@FreeBSD.ORG Subject: Re: dummy-pop3 server Message-ID: <Pine.BSF.4.00.9901251630040.15749-100000@heaven.gigo.com> In-Reply-To: <199901252013.PAA16533@mcclane2.erols.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> #!/usr/bin/perl -Tw Egads, man! Even as much as _I_ love perl, it's not always the right hammer for that nail! Leif, this is a slight update to what I gave you already. Make a suitable inetd entry, and use this: #! /bin/sh echo "+OK FAKEPOP" read userline echo "+OK Password required" read passwordline echo "-ERR Change your server to use pop.realhost.com" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9901251630040.15749-100000>