Quote:
Originally Posted by uxbod Sorry I was wrong in the command I gave  you so you will need to do the following Code: su - zimbra
zmprov mcf -zimbraMtaRestriction "check_client_access hash: /opt/zimbra/conf/rbl_override" Then update /opt/zimbra/conf/postfix_recipient_restrictions.cf and add check_client_access hash: /opt/zimbra/conf/rbl_override to that file instead. Then restart ZCS. |
Maybe we are getting closer but at the moment after the edit i am getting the following:
Code:
==> zimbra.log <==
Feb 25 12:28:50 server postfix/master[29586]: warning: process /opt/zimbra/postfix/libexec/smtpd pid 31578 exit status 1
Feb 25 12:28:50 server postfix/master[29586]: warning: /opt/zimbra/postfix/libexec/smtpd: bad command startup -- throttling
here is the edit of "~/conf/postfix_recipient_restrictions.cf
Code:
reject_non_fqdn_recipient
permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
reject_unlisted_recipient
check_client_access name: /opt/zimbra/conf/rbl_override
%%contains VAR:zimbraMtaRestriction reject_invalid_hostname%%
%%contains VAR:zimbraMtaRestriction reject_non_fqdn_hostname%%
%%contains VAR:zimbraMtaRestriction reject_non_fqdn_sender%%
%%contains VAR:zimbraMtaRestriction reject_unknown_client%%
%%contains VAR:zimbraMtaRestriction reject_unknown_hostname%%
%%contains VAR:zimbraMtaRestriction reject_unknown_sender_domain%%
%%explode reject_rbl_client VAR:zimbraMtaRestrictionRBLs%%
permit
NOTE i changed "check_client_access Hash -> to
name:"
because if the following error:
Code:
==> maillog <==
Feb 25 12:24:16 server postfix/smtpd[26059]: fatal: open dictionary: expecting "type:name" form instead of "hash:"
Cheers for all the help.