From owner-freebsd-isp Sun Dec 13 00:43:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02618 for freebsd-isp-outgoing; Sun, 13 Dec 1998 00:43:50 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from main.piter.net (main.piter.net [195.201.22.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02612 for ; Sun, 13 Dec 1998 00:43:46 -0800 (PST) (envelope-from cyril@main.piter.net) Received: (from cyril@localhost) by main.piter.net (8.8.7/8.8.7/sply) id LAA28072; Sun, 13 Dec 1998 11:49:29 +0300 (MSK) (envelope-from cyril) Date: Sun, 13 Dec 1998 11:49:29 +0300 (MSK) From: "Cyril A. Vechera" Message-Id: <199812130849.LAA28072@main.piter.net> To: freebsd-isp@FreeBSD.ORG, toasty@home.dragondata.com Subject: Re: sendmail morons Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From owner-freebsd-isp@FreeBSD.ORG Sun Dec 13 09:35:56 1998 > From: Kevin Day > Subject: sendmail morons > To: freebsd-isp@FreeBSD.ORG > Date: Sun, 13 Dec 1998 00:03:44 -0600 (CST) > > > Somehow, we're on some spam software's list of open relays, I think. We > aren't open to relaying, but people sure try. > > I'm guessing this is a bug in the software, but... when it can't relay, it > leaves the connection open, then goes and tries again, and again..... > > I'll end up with hundreds of these sometimes.. They timeout in 15-20 mins, > but my server is thrashing so badly at that point, it's unusable. > > Anyone see this? Anyone know what I can do? > > Sendmail is almost always sitting in 'cmd read' or 'child wait'. try to run ipltd with limitation of packet not bytes, reasonable enough to set buffer size about 10 packets and and say ipltd to limit about 1 packet per second. others ones are to be buffered. and set up ipfw-divertion with rules something like ipfw add {proper_number} divert ipltd tcp from any to my_sendmail_host smtp setup > > > Kevin Day > DragonData > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message