On Thursday 18 November 2004 04:20 am, LOGS (Tunc Eresen) wrote: > Is there a way of reducing or caping CPU usage spamd by issuing commands > or making changes in config? > > Regards > Tunc
If you must, nice it down to a lower priority. In your startup script add a nice adjustment to the spamd launch: nice -n15 spamd ......... or "man nice" form more details. HTH, Jeremy