Jump to content

Blacklisting and whitelisting in Zimbra: Difference between revisions

From TetraWiki
Raunaq (talk | contribs)
Created page with "'''Blacklists and Whitelists:-''' The simplest filtering methods for spamassasin are the blacklist and whitelist. Blacklist entries block all email from an address or domain..."
 
Shashank (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Zimbra]]
'''Blacklists and Whitelists:-'''
'''Blacklists and Whitelists:-'''


Line 4: Line 6:
The simplest filtering methods for spamassasin are the blacklist and whitelist. Blacklist entries block all email from an address or domain, and whitelist entries bypass all filtering for an address or domain. To add blackist or whitelist entries to your salocal.cf.in file, simply add lines in the following format:
The simplest filtering methods for spamassasin are the blacklist and whitelist. Blacklist entries block all email from an address or domain, and whitelist entries bypass all filtering for an address or domain. To add blackist or whitelist entries to your salocal.cf.in file, simply add lines in the following format:


vim /opt/zimbra/conf/salocal.cf.in


  blacklist_from sales@traveloforange.com
  blacklist_from sales@traveloforange.com

Latest revision as of 09:00, 30 July 2012


Blacklists and Whitelists:-


The simplest filtering methods for spamassasin are the blacklist and whitelist. Blacklist entries block all email from an address or domain, and whitelist entries bypass all filtering for an address or domain. To add blackist or whitelist entries to your salocal.cf.in file, simply add lines in the following format:


vim /opt/zimbra/conf/salocal.cf.in
blacklist_from sales@traveloforange.com
whitelist_from bill@yahoo.net
blacklist_from *@emn-mysavingsnow.net


Note that * is a wildcard. In this example *@emn-mysavingsnow.net indicates all email from any user at emn-mysavingsnow.net.


When you are finished editing the salocal.cf.in file, restart Zimbra spamassassin by issuing the following command at the server prompt (as the zimbra user):

zmmtactl restart && zmamavisdctl restart