Links to below you maybe likes:
- zimbra custom spamassassin rules
- How to create auto Bcc for Recipient mails for Zimbra 8.6
- How to add spam filters on zimbra 8.6
- How to create auto Bcc for sender mails for Zimbra 8.6
- list accounts that has not logged in for the last x days in zimbra
Whitelist and Blacklist domain in zimbra 8.6
To backup amavisd.conf.in filesu - zimbra
cp /opt/zimbra/conf/amavisd.conf.in /opt/zimbra/conf/amavisd.conf.in.bak
How to whitelist domain in zimbra
To add whitelist domain or emailID in amavisd.conf.in filevim /opt/zimbra/conf/amavisd.conf.inThe content whitelist domain as below:
{ # a hash-type lookup table (associative array)To restart zimbra amavisd service
'example.com' => -10.0,
'[email protected]' => -3.0,
'huuphan.com' => -20.0,
'devopsskills.info' => -20.0,
zmamavisdctl restart
How to blacklist domain in zimbra
To add blacklist domain or emailID in file amavisd.conf.invim /opt/zimbra/conf/amavisd.conf.inThe content blacklist domain as below:
{ # a hash-type lookup table (associative array)To restart zimbra amavisd service
'[email protected]' => 10.0,
'@mail.example.com' => 10.0,
zmamavisdctl restartTo check zimbra.log log
tailf /var/log/zimbra.log
Conclusion
Thought the article, To help you how to whitelist and blacklist domain in zimbra. If you any question then comment below. Thanks for my reading!Thanks for reading Whitelist and Blacklist domain in zimbra 8.6 My blog Zimbra Mail Server,linux,bash script,centos,linux command I hope this is useful.
3 Comments
It is only addinng '[email protected]' => -3.0 ?????
RelayHi Greenware,
Relayadd more domain or email.
Thanks
HuuPV
Em chào anh ạ, anh ơi em muốn hỏi chút về việc phân loại spam mail của Zimbra ấy ạ.
RelayCụ thể là trong Zimbra có một list nào chứa các spam email address/domain trong quá trình hoạt động ko ạ; hoặc là Zimbra có rrule nào đó để classify 1 email/email address là spam hoặc độc hại ko ạ?
Em cảm ơn anh ạ!