On Fri, 2003-12-12 at 16:38, Pakolicz Tamas wrote: > Hi all! > > How can I limit the number of simultaneous connections from an > IP address with tcpserver to avoid being DoSed by a single POP3 > user? > I can do it on freebsd with inetd, but don't seem to find this > functionality in tcpserver. >
Me too :(. Can't find it in tcpserver. I have implemented this functionality in courier. What imap/pop3 server you are using?. In courier, rc file imapd/pop3d has this option. You can define no. of concurrent connection from single IP. Regards, Qutub. > TomP >
