Hi All
I am runnign qmail-scanner+qms+st with spamd and clamdscan
Since last two days I have been noticing the spamc is asking for a lot of spamd processes.
Here is how I run spamd
#!/bin/sh exec 2>&1 exec /usr/local/bin/spamd -m 20 -s stderr --syslog-socket=inet -u qmailq
Is there way, using qmail-scanner, I can limit the size of the message that spamd needs to
scan? May be that will make the process lot faster. Currently in avg
spamd is taking over 300 secs to scan
I also placed the same issue with spamassassin mailing list. But SO far I got only one reply who uses exim and not qmail to limit the mesg size and then handed over to spamassassin. I can do the same thing with procmail, but I rather have qmail-scanner do it if possible
You can control the size with spamc:
From man spamc:
-s max_size
Set the maximum message size which will be sent to spamd -- any bigger than this threshold and the message will be returned unprocessed. Note that the default size is 250k, so if spamc gets handed a message bigger than this, it won't be passed to spamd. The size is specified in bytes, and if you send it a negative number, things are quite likely to break very hard.
But I don't think this will help you.
I suggest to use spamd/spamc in unix-socket mode and to set the children process of spamd to the' max incoming smtp conections' + 2
Regards
Salvatore
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general