[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: connected but connection died ?



On Friday, June 20 at 01:09 PM, quoth Jeff Dickens:
Hmmm... So, what's your run file look like on the system that dies?
/service/qmail-smtpd/run:

   #!/bin/sh
   # qmail-smtpd/run
   CONLIMIT=30
   exec 2>&1
   echo "*** Starting qmail-smtpd..."
   exec \
     envuidgid qmaild \
     softlimit -m 3000000 -f 20000000 \
     tcpserver -v -HR \
     -c ${CONLIMIT} \
     -x /etc/tcprules/smtp.cdb \
     0 25 \
       /var/qmail/bin/qmail-smtpd

Hrm... nothing obvious. Your softlimit might be a bit too low (for example, the DNS resolver library often requires quite a bit of memory)... try increasing your softlimit dramatically (say, 100x) temporarily to see whether that changes anything; if you can then receive mail properly, then we know you need to increase your memory limit). Have you patched qmail with anything?


Is there a reason you use softlimit’s -f patch instead of just setting /var/qmail/control/databytes?

~Kyle
--
It is not bigotry to be certain we are right; but it is bigotry to be unable to imagine how we might possibly be wrong.
-- Gilbert Chesterton

Attachment: pgp00018.pgp
Description: PGP signature