Re: Migrating from tcpserver to tcpsvd
Rajkumar s <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Dear sir,
It is not I in tcpserver instead it is small 'L' and it
doesnot take any arguments . The tcpserver script was exact and it
was running in one of our servers without any problem.
Kindly find below the tcpsvd run script.
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.
S>Rajkumar
On 7/8/05, Gerrit Pape <[email protected]> wrote:
> On Thu, Jul 07, 2005 at 12:42:28AM +0530, Rajkumar s wrote:
> > I used tcpserver for qmail-smtpd and qmail-pop3d sometimes
> > back and was fine . Now i had migrated from tcpserver to tcpsvd , but
> > i'm not sure with the options in the tcpsvd .
> >
> > Because at some times i notice that there was some delay in connecting
> > to either smtp/pop3 server even when the server is not busy.
> >
> > I suspect that if i set the options in tcpsvd properly i won't be
> > facing such problems.
>
> You didn't show your run script that uses tcpsvd, and see the tcpsvd(8)
> man page for the command line options. Such delay probably is caused by
> DNS timeouts, by default tcpsvd doesn't query the DNS on incoming
> connections.
>
> > tcpserver options
> > qmail-smtpd
> > ------------------
> > /usr/bin/tcpserver -v -RHl -c75 \
> ^^
> The -l option to tcpserver takes an argument.
>
> Regards, Gerrit.
>