If this helps you solve your problem please just send me an email to
[EMAIL PROTECTED] as I would like to guage how useful this info is.

There are three areas to look at when you get this error message.

qq_temporary_problem


1) Have you increased the soft limit to 5/6M as the default of 2M will prevent any scanned mail from been accepted.

if you are using daemon tools edit the file
/var/qmail/services/smtpd/run

change

readdefault ulimitdata ulimitdata 2000000

to

readdefault ulimitdata ulimitdata 6000000

2) Still getting the problem

Then you may be having a problem setuid on perl scripts. You need to compile up and install the wrapper.

view the file qmail-scanner-queue.c in the contrib directory of the extracted tar file

do as it says

but don't forget to change the tcpserver file to use this executable and not the perl script

ie remove the .pl at the end of the line

eg :allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"

3) Finally check that the owner of the quarantine-attachments.db is qmailq:qmail and not root:root

this occurs if you do /var/qmail/bin/qmail-scanner-queue.pl -g as root and not as qmailq





-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to