From owner-freebsd-security Tue Feb 13 5:43:45 2001 Delivered-To: freebsd-security@freebsd.org Received: from mail.gmx.net (pop.gmx.de [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 0F5BB37B4EC for ; Tue, 13 Feb 2001 05:43:43 -0800 (PST) Received: (qmail 9023 invoked by uid 0); 13 Feb 2001 13:43:41 -0000 Received: from pop-zh-18-2-dialup-160.freesurf.ch (HELO blaaa.gmx.net) (194.230.220.160) by mail.gmx.net (mp008-rz3) with SMTP; 13 Feb 2001 13:43:41 -0000 Message-Id: <5.0.2.1.2.20010213144216.00a80210@mail.gmx.net> X-Sender: 627573@mail.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 13 Feb 2001 14:45:36 +0100 To: freebsd-security@FreeBSD.ORG From: turbo23 Subject: Re: Secure Servers (SMTP, POP3, FTP) In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Attila Nagy writes: > > > Hmm, the standard FreeBSD ftpd can run as a daemon. But how do you > control > > > the number of active connections? With /etc/login.conf or something > > > similar resource control (number of running processes)? > > > > Run ftpd from inetd like God intended and specify a maximum number of > > concurrent instances in inetd.conf. > > > >or maybe you like to run ftpd with tcp-server, from mr. djb. >small, fast and easy to configure. You can also run ftpd with xinetd. It can also handle maximum number of connections. IMHO it isn't as fast as Bernsteins tcp-server but it's more secure than inetd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message