On Thu, 20 Jul 2000, Steve Lee wrote:
> when four connection to the imap servers are made.
> the system drops out for 10 minutes because it
> thinks its being flooded when it is not. is there a setting
> for imap to accept around 40 connections without
> stopping connections.
>
It should accept 40 connections/minute - that is the default for
inetd. But if you need more, you can edit /etc/inetd.conf. From the
inetd man page:
The optional ``max'' suffix (separated from ``wait'' or ``nowait'' by a dot)
specifies the maximum number of server instances that may be spawned from
inetd within an interval of 60 seconds. When omitted, ``max'' defaults to 40.
So try changing
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
to
pop-3 stream tcp nowait.100 root /usr/sbin/tcpd ipop3d
Then restart inetd.
Mikkel
--
Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.