Quantcast
Channel: Zimbra Forums
Viewing all articles
Browse latest Browse all 1020

Administrators • Re: RBL not working ?

$
0
0
I've found the reason.

I configured these options like:
zimbraMtaRestriction: reject_unknown_client_hostname
zimbraMtaRestriction: reject_unknown_sender_domain
zimbraMtaRestriction: reject_rbl_client zen.spamhaus.org
zimbraMtaRestriction: reject_rbl_client bl.spamcop.net

by zmpvrov mcf parameter which was wrong because it impact global config which doesn't work for my server config.
Its described a little bit here:
https://wiki.zimbra.com/wiki/Customized ... ed_senders

So I added these options like this:

Code:

zmprov ms `zmhostname` +zimbraMtaRestriction reject_non_fqdn_recipient zmprov ms `zmhostname` +zimbraMtaRestriction reject_unlisted_recipient zmprov ms `zmhostname` +zimbraMtaRestriction reject_non_fqdn_sender zmprov ms `zmhostname` +zimbraMtaRestriction reject_unknown_sender_domain  zmprov ms `zmhostname` +zimbraMtaRestriction reject_unknown_client_hostname zmprov ms `zmhostname` +zimbraMtaRestriction reject_unknown_recipient_domainzmprov ms `zmhostname` +zimbraMtaRestriction "reject_rbl_client zen.spamhaus.org"zmprov ms `zmhostname` +zimbraMtaRestriction "reject_rbl_client bl.spamcop.net"zmprov ms `zmhostname` +zimbraMtaRestriction "reject_rbl_client cbl.abuseat.org"zmprov ms `zmhostname` +zimbraMtaRestriction "reject_rhsbl_client dbl.spamhaus.org"
and now it works :)))

Code:

zimbra@zimbra~$ postconf -n | grep rblsmtpd_recipient_restrictions = reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unlisted_recipient, reject_non_fqdn_sender, reject_unknown_client_hostname, reject_unknown_reverse_client_hostname, reject_unknown_sender_domain, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client cbl.abuseat.org, reject_rhsbl_client dbl.spamhaus.org, check_policy_service inet:127.0.0.1:60001, permitzimbra@zimbra~$ 

Statistics: Posted by loocek — Sat Dec 28, 2024 9:19 pm



Viewing all articles
Browse latest Browse all 1020

Trending Articles