Changes

From SME Server
Jump to navigationJump to search
891 bytes added ,  15:58, 22 January 2013
Line 94: Line 94:  
* http://spamassassin.apache.org/tests_3_2_x.html
 
* http://spamassassin.apache.org/tests_3_2_x.html
 
* http://www.rulesemporium.com/
 
* http://www.rulesemporium.com/
 +
 +
====Pyzor Timeout====
 +
 +
See [[Bugzilla: 5973]]
 +
{{Warning box|SME server 7.# users be aware of an issue that can appear in the /var/log/spamd/current logs
 +
" pyzor: [5281] error: TERMINATED, signal 15 (000f)".}}
 +
 +
This can mitigated by the adding of a template fragment.
 +
 +
Template fragment to set a pyzor_timeout based on a value in the config db.
 +
If no value is set, there is no output (so pyzor uses it's internal default).
 +
 +
mkdir -p /etc/e-smith/templates/etc/mail/spamassassin/local.cf/50pyzor_timeout
 +
cd /etc/e-smith/templates/etc/mail/spamassassin/local.cf/50pyzor_timeout
 +
nano 50pyzor_timeout
 +
 +
Contents of 50pyzor_timeout
 +
 +
{
 +
  my $pyzor_timeout = ($spamassassin{PyzorTimeout} || 0);
 +
  if ($pyzor_timeout ne '0')
 +
  {
 +
      return "pyzor_timeout " . ($pyzor_timeout);
 +
  }
 +
}
 +
 +
Then a value can be set using:
 +
 +
config setprop spamassassin PyzorTimeout 15
 +
signal-event email-update
    
====Real-time Blackhole List (RBL)====
 
====Real-time Blackhole List (RBL)====

Navigation menu