Date: Thu, 12 Apr 2001 16:54:27 +0900 From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: current@freebsd.org Subject: Re: Who is maintainer of kerberos/heimdall/sendmail? Message-ID: <20010412165427V.matusita@jp.FreeBSD.org> In-Reply-To: <200104111830.LAA25116@usr07.primenet.com> References: <200104111830.LAA25116@usr07.primenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
tlambert> They appear to use SOMAXCONN, incorrectly. Do you specify which files for sendmail(8) use SOMAXCONN ? There is src/contrib/sendmail/libmilter/main.c, but it is NOT a part of sendmail(8) (and never be used in other components installed). In sendmail, the default second argument of listen(2) should be '10' which is defined statically. You can change with 'DaemonPortOptions' option (see /usr/share/doc/smm/08.sendmailop/paper.ascii.gz), IIRC. *** Speaking of tweaking SOMAXCONN value in kernel config file, why /etc/sysctl.conf is not enough to do? -- - Makoto MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010412165427V.matusita>