On Thu, Jan 11, 2001 at 08:20:14AM -0300, Franco Galian wrote:
> Hi, although I can retrieve & send messages via pop3 and smtp, I have
> detected some problems while using tcpserver. Sometimes I get long timeouts,
> specially when I have not connected to the mailserver for some time (ie.
> first time I look at mails in the moorning).
> Because of this problem I started to play around with the optional
> parameters, and now I seldom get a timeout, but I still get long delays the
> first time I try to connect.
> I'm posting this question here as it seems that there's no tcpserver mailing
> list.
> 
> I have test it on 2 different places, getting the same result
> 1)
> tcpserver -R -H -D -x /etc/tcp.smtp.cdb -v -u 502 -g 101 0 smtp
> /var/qmail/bin/qmail-smtpd  \
>      2>&1 | /var/qmail/bin/splogger smtpd 3 &
> tcpserver -H -R 0 pop3 /var/qmail/bin/qmail-popup _some_domain_1
> /home/vpopmail/bin/qmail-pop3d Maildir &

Try adding -l0 (that's ell zero) to your tcpserver options. That'll keep your
server from trying to look up its own name.

Chris

Reply via email to