Set Zimbra blacklist whitelist

Source: Internet
Author: User

InZimbraSetting the blacklist whitelist is actually very easy. Let's take a look at the process.

The spam filter graphic interface cannot set a blacklist or whitelist.

Edit/opt/zimbra/conf/amavisd. conf. in

Search

 
 
  1. { # a hash-type lookup table (associative array)  
  2.  
  3. 'ntbugtraq@listserv.ntbugtraq.com' => -3.0,  
  4.  
  5. 'security-alerts@linuxsecurity.com' => -3.0,  

Section, and then add the domain you want to trust:

 
 
  1. { # a hash-type lookup table (associative array)  
  2.  
  3. 'zimbra.com' => -10.0,  
  4.  
  5. 'security-alerts@linuxsecurity.com' => -3.0,  
  6.  
  7. 'mailman-announce-admin@python.org' => -3.0,  

-10 indicates trust. On the contrary, + 10 indicates blocking.

After reading this article, I believe everyone knows how to set a blacklist white name on Zimbra. I hope this article will help you!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.