Postfix – 找不到主机或域
我只是在我的ubuntu,本地networking上安装了Postfix。 在这个networking上,我有一个Exchange服务器(使用域mail.example.com)。 发送电子邮件到本地地址时遇到问题:[email protected]: relay=none, delay=0.01, delays=0.01/0/0/0, dsn=4.3.5, status=deferred (Host or domain name not found. Name service error for name=example.com type=AAAA: Host found but no data record of requested type) 我在我的postfix main.cf中使用relay_domain解决了这个问题: relay_domains = example.com transport_maps = hash:/etc/postfix/transport 在我的/ etc / postfix / transport中: example.com smtp:[mail.example.com] 现在我可以在@ example.com上发送邮件,并且我已经testing了一些主要的web邮件(Gmail,Yahoo,Hotmail …)。 有用。 但为什么我在我的地址“@ example.com”上遇到了这个错误? 我怎么能确定我从来没有在另一个域上发现这个错误? 我postconf -n给: alias_database […]