【发布时间】:2017-02-01 22:15:44
【问题描述】:
我的 postfix 运行多年没有问题,但我的收件人没有收到我的邮件。
这是错误日志:
Jan 19 04:17:02 server05 postfix/smtp[25826]: 7A2C34023F: to=<xxx@yyy.com>,
relay=sssss.net[111.111.111.111]:25, delay=298684, delays=298676/0.01/2.3/6.3, dsn=4.1.7,
status=deferred (host sssss.net[111.111.111.111] said: 450 4.1.7 <www-data@my_domain.fr>:
Sender address rejected: unverified address: connect to my_domain.fr[222.22.5.5]:25: No route to host (in reply to RCPT TO command))
有什么想法吗?
我的 posfix 配置
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 20971520
mydestination = $myhostname, localhost.$mydomain, localhost
myhostname = my_domain.fr
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
unverified_sender_reject_code = 550
【问题讨论】:
标签: email postfix-mta