Date: Sun, 10 Nov 2002 03:04:43 +0100 From: Gustaf Sjoberg <gs@vacfu.org> To: "W. D." <WD@US-Webmasters.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to stop SPAMMER??! Message-ID: <20021110030443.1b0577ad.gs@vacfu.org> In-Reply-To: <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com> References: <5.1.0.14.2.20021109150436.069a4d50@us-webmasters.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 09 Nov 2002 15:13:09 -0600 "W. D." <WD@US-Webmasters.com> wrote: either block incomming port 25 connections or set the smtserver to require authentication. ipfw entry could look something like: add <rule#> deny log tcp from any to <yourip> 25 in recv <interface> >Hi folks, > >I've got some bozo from: > > SpaWeb1.spaelegance.com..auth > >doing all kinds of SMTP activity on my FreeBSD server. Does anyone >know how to stop this? What kind of entry would I add to ipfw? > >Does anyone know what vulnerability this might be? How to stop >permanently? > >Here's what I am running: >FreeBSD 4.4-RELEASE >Apache/1.3.27 (Unix) >mod_perl/1.26 >mod_throttle/3.1.2 >PHP/4.2.2 >FrontPage/4.0.4.3 >mod_ssl/2.8.11 >OpenSSL/0.9.6f > > >Start Here to Find It Fast!© -> http://www.US-Webmasters.com/best-start-page/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021110030443.1b0577ad.gs>