Hello guys!
I have tried everything i could to get it back to work but i couldnt =/
Let me explain. I had ZCS 5.0.14 OSS configured with these restrictions in zmmta.cf:
Code:
POSTCONF smtpd_sender_restrictions FILE postfix_sender_restrictions.cf
POSTCONF smtpd_restriction_classes restringe_envio,restringe_recebimento
POSTCONF restringe_envio FILE postfix_restringe_envio.cf
POSTCONF restringe_recebimento FILE postfix_restringe_recebimento.cf
where:
postfix_sender_restrictions.cf
Code:
check_sender_access hash:/opt/zimbra/conf/enviar
postfix_restringe_envio.cf
Code:
check_recipient_access hash:/opt/zimbra/conf/dominios, reject
postfix_restringe_recebimento.cf
Code:
check_sender_access hash:/opt/zimbra/conf/dominios, reject
postfix_recipient_restrictions.cf
Code:
check_recipient_access hash:/opt/zimbra/conf/receber
reject_non_fqdn_recipient
permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
reject_unlisted_recipient
%%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%%
%%contains VAR:zimbraMtaRestriction check_policy_service unix:private/policy%%
permit
/opt/zimbra/conf/enviar
Code:
email@mydomain.com restringe_envio
/opt/zimbra/conf/receber
Code:
email@mydomain.com restringe_recebimento
/opt/zimbra/conf/dominios
Code:
domain1.com OK
domain2.com OK
I upgraded to 6.0.6 and applied this configuration again, but it doesnt work anymore

Why??
Thanks in advance!