Here's the exact runfile i'm using
#!/bin/sh
QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild`
#exec /usr/local/bin/softlimit -m 25000000 \ /usr/local/bin/tcpserver -c 150 -v -p -R -t 20 \ -u $QMAILDUID -g $NOFILESGID `head -1 config/IP` smtp \ ./qpsmtpd 2>&1
What i find interesting about the issue is even if i set -t to 3 seconds, is
that it ends up still having the delay.
Shouldn't it drop right in if after 3 seconds it can't resolve the remote
host?
I have a feeling -t might override -R (-t is for identd lookups, not remote host lookups, which I don't think there's a timeout setting for).
Just get rid of -t altogether if you're using -R.
Matt.
