Sorry for delay to reply. My issue is that I am receiving many Spams and especially Backscatter mails from my published mail accounts.
The output of #zmcontrol -v
Release 5.0.13_GA_2791.RHEL4_20090206104550 CentOS4 FOSS edition
When i tuned the percentage of Tag/Kill percentage, it prevented much Spams but not all of them, but in the meanwhile i encountered a big problem, is that some of mails from our domain mail accounts and some of mails form authorized outsider mail accounts go to junk. So i had to come back to the normal percentages.
I followed some random threads to get it sorted out, like as:
- Enabling DSPAM
zmlocalconfig -e amavis_dspam_enabled=true
- Preventing Backscatter SPAM by enabling SMTP Policy
zmlocalconfig -e postfix_enable_smtpd_policyd=yes
postfix stop
zmprov mcf +zimbraMtaRestriction "check_policy_service unix

rivate/policy"
postfix start
- Adding RBLs
zmprov mcf zimbraMtaRestriction reject_invalid_hostname zimbraMtaRestriction
reject_non-fqdn_hostname zimbraMtaRestriction reject_non_fqdn_sender
zimbraMtaRestriction “reject_rbl_client dnsbl.njabl.org” zimbraMtaRestriction
“reject_rbl_client cbl.abuseat.org” zimbraMtaRestriction “reject_rbl_client
bl.spamcop.net” zimbraMtaRestriction “reject_rbl_client dnsbl.sorbs.net”
zimbraMtaRestriction “reject_rbl_client sbl.spamhaus.org” zimbraMtaRestriction
“reject_rbl_client relays.mail-abuse.org”
But i am still suffering from this issue.
Actually I need please some dedicated steps to follow to prevent Spams and Backscatter mails.
Thanks.