Date: Thu, 9 Feb 2006 09:58:27 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail Makefile distinfo Message-ID: <200602090958.k199wTK1086513@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-02-09 09:58:27 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo Log: Add TARPIT patch by Chris Johnson <dcj-qmaildoc@palomine.net> What's tarpitting? It's the practice of inserting a small sleep in an SMTP session for each RCPT TO after some set number of RCPT TOs. The idea is to thwart spammers who would hand your SMTP server a single message with a long list of RCPT TOs. If a spammer were to attempt to use your server to relay a message with, say, 10,000 recipients, and you inserted a five-second delay for each recipient after the fiftieth, the spammer would be "tarpitted" and would likely assume that his connection had stalled and give up. Asked by: Joao Ricardo Mendes Pecanha <joao@redepegasus.com.br> Revision Changes Path 1.92 +9 -0 ports/mail/qmail/Makefile 1.45 +3 -0 ports/mail/qmail/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602090958.k199wTK1086513>