on 10/17/01 4:29 AM, Tells at [EMAIL PROTECTED] spake: > When i am trying to send or receive mail, connecting to > to mailserver takes me approx. 1-2 min. > Does anybody understand what is wrong there??? > (network speed is excelent. for example login with ssh takes just 1-2 sec)
Assuming you are using tcpserver, try using these three arguments to it: -H -l 0 -R This turns off all dns/tcp related lookups. For details, see the docs: http://cr.yp.to/ucspi-tcp/tcpserver.html Cheers, Bill Shupp
