Hello,

I've got a problem with SA and hopefully you can help me.

I'm running a mail server with the following configuration:

CPU: Pentium/P55C (232.67-MHz 586-class CPU)
real memory  = 33554432 (32768K bytes)
avail memory = 29319168 (28632K bytes)
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00030010, at 0xfee00000
 cpu1 (AP):  apic id:  1, version: 0x00030010, at 0xfee00000
 io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec00000

FreeBSD 4.7-STABLE #1: Fri Jun 27 10:09:17 MDT 2003

Exim version 4.12 #1 built 03-Mar-2003 08:07:00

SpamAssassin version 2.53

My SA config for Exim is the following one:

spamcheck_router:
  no_verify
  check_local_user
  domains = ! +not_for_SA
  condition = "${if and { {!def:h_X-Spam-Status:} {!eq 
{$received_protocol}{spam-scanned}}} {1}{0}}"
  driver = accept
  transport = spamcheck

spamcheck:
  driver = pipe
  command = /usr/local/exim/bin/exim -oMr spam-scanned -bS
  use_bsmtp = true
  transport_filter = /usr/local/bin/spamc
  home_directory = "/usr/tmp"
  current_directory = "/usr/tmp"
  group = mail
  log_output = true
  return_fail_output = true
  return_path_add = false
  message_prefix =
  message_suffix =


Normally,  everything  works  just fine, though, testing every message
gets  the  server  load  high, but it's still okay.  However, when the
link  of the server goes down, and mail spool gets 50 or more messages
this  cause  server  to stop answering any connections, etc,  The load
goes  VERY high, and I suppose this to be a reason of server halt.  If
the  SA is disabled, Exim works just fine even when it has 100 or more
messages in the spool.  Can I fix this by any way?

Thanks and looking forward your replies!

-- 
Alexander Prohorenko



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to