Hi Jaime,

i had a similar problem with the softlimits, but in my case the whole queue-handling 
was stoped. In the logfiles I could read something like not enough memory (sorry i did 
not have logs yet, it on the testing system, i cannot reach it now). I have then 
changed the softlimit for the qmail-smtpd and it worked. Here is my run-file for the 
qmail-smtpd (may be it will be helpful and my installation run on Slackware):


#!/bin/sh

export QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"

QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 16000000 \
    /usr/local/bin/tcpserver -H -R -l 0 \
    -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
    /var/qmail/bin/qmail-smtpd domain.com \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1



On Tue, 08 Jul 2003 08:40:10 -0500
"Jaime Herazo" <[EMAIL PROTECTED]> wrote:

> Hi. I'm new to the list, trying out qmail-scanner for our mail server.
> I've gotten one problem i haven't being able to solve that has me stumped.
> Softlimit seems to not like qmail-scanner. When i set up the daemontools
> run file for qmail-smtp without softlimit, it works perfectly. But with
> softlimit it will always show that "qq crashed" error that's supposedly
> caused because you assigned too little memory for it on softlimit, even
> when i do a test send telnetting to the server on the smtp port and giving
> the commands manually for a 2 line message. I gave it first 7Mb and kept
> incrementing 1Mb each time with the same results until i got to 20Mb, and
> decided to do a weird test and assigned 200Mb. It still failed. 
> 
> I'm using Debian, with qmail installed from the qmail-src packages,
> daemontools from the daemontools-installer package, clam antivirus and
> spamassassin from the normal packages, and qmail-scanner from the .tar.gz
> file on sourceforge.
> 
> So, what should i check? any ideas? any more info i can give you?
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Qmail-scanner-general mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
> 


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to