Bill Parker <[EMAIL PROTECTED]> wrote:
>At 03:02 PM 6/15/99 -0400, you wrote:
>>
>>Disabling identd lookups, using the "-R" flag to tcpserver might
>>help. Or possibly just shortening the timeout via "-t".
>
>Well, here is my qmail startup script for smtp and pop3...
>
>Stuff above deleted to save space...
>
> env - PATH="/var/qmail/bin:/usr/local/bin" \
> tcpserver -H -R -x /etc/tcp.smtp.cdb -c20 -u7791 -g2108 0 smtp \
> /var/qmail/bin/qmail-smtpd 2>&1 > /dev/null &
> echo -n "smtp "
>
> env - PATH="/var/qmail/bin:/usr/local/bin" \
> tcpserver -H -R -b30 -c10 0 pop3 \
> /var/qmail/bin/qmail-popup odie.donbest.com \
> /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
> echo "pop3d"
>
>Now, I do have the -R flag going to tcpserver (as shown above), will
>adding -t5 (for a max 5 seconds) help, or are they mutually exclusive?
It won't help to shorten the timeout for identd lookups since you're
not doing identd lookups.
-Dave