
Originally Posted by
oliver2uk
Bill,
I am familiar with pflogsumm and actually downloaded it separately and tried it to see if it makes any difference.
The problem is in the zimbra.log file. The RBL rejected information is not logged there so I don't get the information.
Or my RBL's are not rejecting anything. One or the other.
How do I check that the RBL's are working? ZM command shows them applied but that is as far as I could go.
You should find the information in the following file:
Code:
cat /var/log/maillog | grep 'blocked using'

Originally Posted by
oliver2uk
zimbra:/opt/zimbra/libexec# su - zimbra
zimbra@zimbra:~$ zmprov gacf | grep zimbraMtaRestriction
zimbraMtaRestriction: reject_invalid_hostname
zimbraMtaRestriction: reject_non_fqdn_hostname
zimbraMtaRestriction: reject_non_fqdn_sender
zimbraMtaRestriction: reject_unknown_client
zimbraMtaRestriction: reject_unknown_hostname
zimbraMtaRestriction: reject_unknown_sender_domain
zimbraMtaRestriction: reject_rbl_client zen.spamhaus.org
zimbraMtaRestriction: reject_rbl_client bl.spamcop.net
zimbraMtaRestriction: reject_rbl_client psbl.surriel.com
zimbraMtaRestriction: reject_rbl_client dnsbl.sorbs.net
zimbraMtaRestriction: reject_rbl_client hostkarma.junkemailfilter.com
zimbraMtaRestriction: reject_rbl_client relays.mail-abuse.org
zimbraMtaRestriction: reject_rbl_client dnsbl.njabl.org
zimbraMtaRestriction: reject_rbl_client sbl.spamhaus.org
zimbraMtaRestriction: reject_rbl_client dnsbl.dronebl.org
zimbraMtaRestriction: reject_rbl_client cbl.abuseat.org
zimbraMtaRestriction: reject_rbl_client combined.rbl.msrbl.net
zimbraMtaRestriction: reject_rbl_client combined.njabl.org
zimbraMtaRestriction: reject_rbl_client dyna.spamrats.com
zimbraMtaRestriction: reject_rbl_client noptr.spamrats.com
zimbraMtaRestriction: reject_rbl_client spam.spamrats.com
zimbraMtaRestriction: reject_rbl_client relays.ordb.org
zimbraMtaRestriction: reject_rbl_client b.barracuracentral.org
I've never found it necessary to have that many RBLs in Zimbra as spamhaus is likely to catch most of the spam, I also only have one Protocol check on my system. The following is all I need:
Code:
zimbraMtaRestriction: reject_invalid_hostname
zimbraMtaRestriction: reject_rbl_client zen.spamhaus.org
zimbraMtaRestriction: reject_rbl_client psbl.surriel.com
zimbraMtaRestriction: reject_rbl_client dnsbl.dronebl.org
zimbraMtaRestriction: reject_rbl_client bl.spameatingmonkey.net
With those settings I hget about 20 spam emails in the Junk folder per 30 days.