我们需要接受来自使用不存在域发送的服务器的电子邮件。该服务器不在我的控制之下。
在我的main.cf中我有
smtpd_client_restrictions = permit_mynetworks,
hash:/etc/postfix/access,
permit_sasl_authenticated
在 /etc/postfix/access 我有
<server's ip> OK
vps1.nonexistingdomain.com OK
但是,当我在日志中收到来自该服务器的消息时,我看到:
Jul 26 10:30:07 mail3 postfix/smtpd[24044]: NOQUEUE: reject: RCPT from vps1.nonexistingdomain.com[ip address]: 554 5.1.8 <[email protected]>: Sender address rejected: Domain not found; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<vps1.nonexistingdomain.com>
作为另一种解决方法,我尝试手动将此主机名:ip 硬编码到我的 /etc/hosts 中,但这没有任何区别。
现在,大概:
应该?
如果您还没有设置选项,则
main.cf
需要设置。
postalias /etc/postfix/access
此外,惩罚发件人不拥有他们发送的域(或没有创建适当的子域)。
在
/etc/postfix/main.cf
中,将服务器的 IP 地址放入mynetworks中。示例(IP 地址为 198.51.100.43):