Hi there,
  
I am having the famous qq temporary problem with qmail-scanner. since this
is covered in the FAQ I have tried to up the mem through softlimit without
much success.
If I set the memory below 9000000 I will get a permanent error, otherwise I
will get a temporary error. upping the memory to 50000000 doesn't take away
the temporary error.
below is a piece of my qmail-queue log showing when the error occurs.
I use sophie 1.40 and as I can see the mail gets scanned succesfully and
control is returned to qmail-scanner which at that point will not be able
to continue.
  
03/07/2002 09:01:15:18844: from=,subj=, message-id= via smtp from 127.0.0.1
03/07/2002 09:01:15:18844: q_r: fork off child into
/var/qmail/bin/qmail-queue...
03/07/2002 09:01:15:18849: tempfail: X-Qmail-Scanner-1.12: Unable to fork
/var/qmail/bin/qmail-queue (#4.3.0) - Not enoug
h space
03/07/2002 09:01:15:18844: tempfail: X-Qmail-Scanner-1.12: Unable to queue
message (111). (#4.3.0) - Illegal seek
  
  
this is my run file for qmail-smtpd
  
#!/bin/sh
QMAILUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
MAXSMTPD=20
exec /var/daemon/softlimit -m 9000000 \
        /var/qmail/bin/tcpserver -x /usr/local/etc/tcp.smtp.cdb -u "$QMAILUID" -g 
"$NOFILESGID" \
        -v -p -b 30 -c "$MAXSMTPD" 0 smtp \
        /var/qmail/bin/rblsmtpd -rrelays.ordb.org -rblackhole.mail-abuse.org \
        /var/qmail/bin/qmail-smtpd 2>&1

this is my run file for sophie

#!/bin/sh
exec /var/daemon/softlimit -m 9000000 /var/qmail/bin/sophie


and this is my tcp.smtp file for testing

127.0.0.1:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
10.27.19.:allow,RELAYCLIENT="",DENYMAIL="NOBOUNCE",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,DENYMAIL="NOBOUNCE"
  
regards


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to