Changes

Jump to navigation Jump to search
964 bytes added ,  20:57, 5 September 2015
Line 165: Line 165:  
  config setprop spamassassin PyzorTimeout 15
 
  config setprop spamassassin PyzorTimeout 15
 
  signal-event email-update
 
  signal-event email-update
 +
 +
====Whitelist and Blacklist====
 +
If mail comes in and it is misclassified as spam by Spamasassin, you can add the sender to the Spamassassin whitelist so that future messages coming in from that sender are not filtered.
 +
Conversely, you can add a spammer to the Spamassassin blacklist so you never see their spam again.
 +
Add senders (or their entire domains) to the global whitelist (or blacklist) with commands similar to these (as root):
 +
 +
db spamassassin setprop wbl.global *@vonage.com White
 +
db spamassassin setprop wbl.global *domain2.com White
 +
db spamassassin setprop wbl.global user@domain3.com White
 +
db spamassassin setprop wbl.global spammer@spamdomain.com Black
 +
 +
expland template and save the configuration to the database
 +
signal-event email-update
 +
 +
You can view the lists with this command:
 +
db spamassassin show
 +
 +
These lists can be also controlled by the server-manager with the wbl contrib http://wiki.contribs.org/Email_Whitelist-Blacklist_Control
    
===Real-time Blackhole List (RBL)===
 
===Real-time Blackhole List (RBL)===

Navigation menu