On 09/04/2014 12:29 PM, Kevin A. McGrail wrote:
Using procmail without MTA glue is OK for many uses. I am wondering how many
spamd connections you allow and if you have checked your logs?
I also cannot remember but the uses of a lock file seem odd for something that
can thread. Any one know if that is a good idea to remove?
on a little trap box I use
:0fw
| spamc
no lock - works fine
:0fw: spamassassin.lock
* < 400000
| spamc -x
at first, this causes messages over 400k not to be sent into spamc.
at second, spamc itself will ignore messages over 256K.
at third, when you alreway use 'w' flag, you should check for failures
and
exit with tempfail..
at fourth, can't you plug SA directly in your MTA?