Re: Migrating from tcpserver to tcpsvd
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 09, 2005 at 12:07:50AM +0530, Rajkumar s wrote: > Tcpsvd run script : > ------------------------- > exec tcpsvd -vv \ > -c100 -C'10:421 per host concurrency limit reached\r\n' \ > 203.199.200.129 110 \ > /var/qmail/bin/qmail-popup karma.enmail.com \ > /var/qmail/bin/encheckpassword.pl \ > /var/qmail/bin/qmail-pop3d Maildir > > Do i need to include any other options here in tcpsvd run script to > avoid some delays. No, the run script looks ok, except for the 'per host concurrency limit' message, it isn't appropriate for a pop3 daemon. Can you please show the logs of an incoming connection that is affected by such delay, and a log of one that's fine? Regards, Gerrit.