Quote:
zimbra@myserver:~$ zmprov gacf | grep zimbraMtaRe
zimbraMtaRestriction: reject_non_fqdn_hostname
zimbraMtaRestriction: reject_non_fqdn_sender
zimbraMtaRestriction: check_policy_service unix:private/policy
zimbraMtaRestriction: reject_rbl_client bl.spamcop.net
zimbraMtaRestriction: reject_rbl_client dnsbl.sorbs.net
zimbraMtaRestriction: reject_rbl_client ips.backscatterer.org
zimbraMtaRestriction: reject_non_fqdn_recipient
zimbraMtaRestriction: reject_unknown_sender_domain
zimbraMtaRestriction: reject_unknown_recipient_domain
zimbraMtaRestriction: reject_unauth_pipelining
zimbraMtaRestriction: reject_unauth_destination
zimbraMtaRestriction: reject_unverified_recipient
zimbraMtaRestriction: reject_rbl_client sbl-xbl.spamhaus.org
Or with postconf : Quote:
zimbra@myserver:~$ postconf smtpd_recipient_restrictions
smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unlisted_recipient, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_rbl_client bl.spamcop.net reject_rbl_client dnsbl.sorbs.net reject_rbl_client ips.backscatterer.org reject_rbl_client sbl-xbl.spamhaus.org, check_policy_service unix:private/policy, permit
In /opt/zimbra/conf/zmconfigd, I change "POSTCONF smtpd_reject_unlisted_recipient" from "no" to "yes"