从我的服务器上的站点发送的一些邮件被退回,并显示以下 mail.log 消息
Nov 26 17:27:53 blogu postfix/smtp[16858]: C4DD22908EC0: to=, relay=rejecting-domain.ro[rejecting-ip]:25, delay=2.5, delays=0.1/0/2.3/0.04, dsn=5.0.0, status=bounced (host rejecting-domain.ro[rejecting-ip] said: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1) (in reply to MAIL FROM command))
在接收端,我的电子邮件记录如下:
2011-11-22 15:09:35 H=static.39.80.4.46.clients.your-server.de (Ubuntu-1004-lucid-64-minimal) [my-server-ip] rejected MAIL : Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
答案1
Ubuntu-1004-lucid-64-minimal 不是有效的全局名称,请告诉 postfix 使用您的“真实”域名,使用 myhostname 设置:http://www.postfix.org/postconf.5.html#myhostname