
de5 at sws5
Aug 25, 2010, 1:43 PM
Views: 1394
Permalink
|
|
Weirdness on receiving large messages
|
|
Hey guys! It's been so long since I've posted here that I'm not sure I remember how to do it. What I'm seeing is that small messages come in normally, but larger ones are somehow throttling down to receiving exactly 4096 bytes once per minute until they eventually time out. Here's my run file: ---- #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 50000000 \ /usr/local/bin/tcpserver -v -R -H -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd -r zen.spamhaus.org \ /var/qmail/bin/qmail-smtpd 2>&1 ---- Anyone seen anything like this? Any ideas on how to debug it? I'm seeing it from multiple senders, including another qmail system, so it sure looks like the problem is on my end. -Dave
|