On Thu, Sep 01, 2005 at 04:30:40PM -0700, Fred Moyer wrote: > I've been seeing this line reach 10/10 sometimes in my logfile, at which > point qpsmtpd refuses connections. Can someone clue me in on how to > raise this limit? I think this is spammers doing this. > > @4000000043178dd60ad4e93c tcpserver: status: 10/10
This isn't a problem with qpsmtpd directly, but rather a problem with tcpserver, which is responsible for accepting inbound SMTP connections and forking off a copy of qpsmtpd. Somewhere on your command line you have "-c 10", which instructs tcpserver to only accept 10 simultaneous connections. Try changing the "10" to "20", or "30". For more information, see <http://cr.yp.to/ucspi-tcp/tcpserver.html>. HTH, -mct -- perl -e'$u="\4\5\6";sub H{8*($_[1]%79)+($_[0]%8)}sub G{vec$u,H(@_),1}sub S{vec ($n,H(@_),1)=$_[2]}$_=q^{P`clear`;for$iX){PG($iY)?"O":" "forX8);P"\n"}for$iX){ forX8){$c=scalar [EMAIL PROTECTED];S$iY,G( $iY)?$c=~/[23]/?1:0:$c==3?1:0}}$u=$n;select$M,$C,$T,.2;redo}^;s/Z/],[\$i/g;s/Y /,\$_/xg;s/X/(0..7/g;s/P/print+/g;eval' # Michael C. Toren <[EMAIL PROTECTED]>
