中继访问被拒绝,策略拒绝错误

从这台服务器mailserver.santanderrio.com.ar [200.61.38.105]收到邮件时,我有两个不同的错误。

postfix / smtpd [23015]:NOQUEUE:拒绝:来自mailserver.santanderrio.com.ar的RCPT [200.61.38.105]:554 5.7.1 [email protected]:中继访问被拒绝; [email protected] [email protected] proto = ESMTP helo = rs6.mails.bancorio.com.ar

postfix / smtpd [2948]:NOQUEUE:拒绝:来自mailserver.santanderrio.com.ar的RCPT [200.61.38.105]:450 4.7.1 [email protected]:收件人地址被拒绝:策略拒绝 – 请稍后再试。 [email protected] [email protected] proto = ESMTP helo = rs7.ar.bsch

Conf =

smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, reject_rbl_client cbl.abuseat.org, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.2, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_service inet:127.0.0.1:10031 

有任何想法吗?

第一个错误信息正是它所说的,试图通过您的系统中继邮件被拒绝。 另一个ServerFault的问题涉及到这一点,可能是有用的:

如何纠正Postfix的“拒绝中继访问”?