From 687a6901d6def1f905d43f23b3388ee3c429d154 Mon Sep 17 00:00:00 2001 From: zuntum Date: Tue, 3 Apr 2001 05:52:00 +0000 Subject: Update teapop to 0.3.0 0.3.0 * New version system. * The license has been modified, yet again to comply with BSD-type licenses. ! Clean up of Makefiles and dependencies added. + Teapop will sleep for 3 seconds after a failed login to slow down "brute force" attackers. + Maildir support added. + Added support for reporting clients IP to a whoson server, after a successful authentication. + Support for AIX. (Patch by: "Oleg O. Orlov" ) ! Changed the htpasswd authentication method so it will ignore anything after the two first fields. This makes Teapop also support "real" passwd files. (Patch by: Grant Kaufmann ) * Released: 2-Apr-2001 Maildir support was added, so I'm glad to take over maintainership. --- mail/teapop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/teapop/Makefile') diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index c7a1ac99eeb..5bc808a1ea2 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/03 05:52:00 zuntum Exp $ -DISTNAME= teapop-0.28 +DISTNAME= teapop-0.3.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -MAINTAINER= packages@netbsd.org +MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server -- cgit v1.2.3