由于 smtpd_helo_restrictions 规则,我在 Postfix 阻止一些电子邮件时遇到了一个奇怪的问题。看起来像这样:
smtpd_helo_restrictions = permit_mynetworks、reject_invalid_hostname、reject_non_fqdn_hostname
错误是 HSI-BW-078-042-xxx-xxx.hsi3.kabel-badenwuerttemberg.de(最后两个八位字节实际上不是 xxx)显然不是 FQDN,尽管它对我来说看起来像一个。我错过了什么?