Here is my qmail-smtpd run script ( as in Life With Queue Mail): #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/ucspi-tcp/bin/tcpserver -c 128 -v -H -R\ -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/ucspi-tcp/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 Stanislav Grozev wrote: > On Sat, Nov 18, 2000 at 10:14:21PM +0900, Gan wrote: > > > > > > > Hello, > > > > > > > > I'm using qmail for several domains for relaying , i went into trouble > > > > since few days ago when i moved my server to another network , the thing > > > > is when i'm telneting to smtp port of my server there is a latency > > > > (more than 30 sec) before qmail answers me > > > > > > > > 220 xyz.xom ESMTP > > > > > > > > the only thing changed ( that i know) is that full C class network > > > > changed to sub 128 network . > > > > > > are you using tcpserver to manage qmail-smtpd connections? > if yes, try the -H and -R switches to tcpserver (no reverse dns, and > no ident). > > -tacho > > -- > [i don't follow] | [http://daemonz.org/ || [EMAIL PROTECTED]] > [everything should be made as simple as possible, but no simpler] > 0x44FC3339 || [02B5 798B 4BD1 97FB F8DB 72E4 DCA4 BE03 44FC 3339] > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature

Reply via email to