
ar-djblists at acrconsulting
Aug 25, 2010, 5:37 PM
Post #4 of 9
(1341 views)
Permalink
|
|
Re: Weirdness on receiving large messages
[In reply to]
|
|
On Wednesday 25 August 2010 21:43:08 Dave Sill wrote: > Hey guys! It's been so long since I've posted here that I'm not sure I > remember how to do it. Good to have you back... > 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. I'd agree with that suspicion; I like Scott's mention of external influences like firewalls; I'd be interested to think about "What's changed?", assuming that you didn't have this problem with the system (say) 3 months ago. In that case, have you changed anything about the server or the environment it's in that might help pinpoint the cause? Also, you say you're seeing this from multiple senders, but are you seeing this from _all_ senders or is some mail delivered okay? If some mail is delivered okay, could it be that mail from particular IP addresses is always delivered okay or always fails? cheers, Andrew. -- ==================================================================== * Custom email solutions * Systems Administration * Networking http://www.acrconsulting.co.uk/email/qmail.html ====================================================================
|