运行 postfix 邮件服务器时 /etc/hosts 的正确文件是什么
我的 /etc/hosts
127.0.0.1 localhost
127.0.1.1 ubuntu-server.agadomarketing.com ubuntu-server
我的/etc/hostname
是mail.agadomarketing.com
/etc/hosts
邮件服务器看起来应该怎样才能正常工作
现在我改成了,这样正确吗?
127.0.0.1 localhost.localdomain localhost
84.255.253.186 mail.agadomarketing.com mail
答案1
这看起来不错。不过,如果您还想保留名称 ubuntu-server,则可以在同一行上使用多个别名:
127.0.0.1 localhost localhost.agadomarketing.com
84.255.253.186 mail.agadomarketing.com mail ubuntu-server.agadomarketing.com ubuntu-server
答案2
不清楚您的意思,但是没有规则规定 hosts 文件必须如何查找后缀才能正常工作。
相反,如果您想开始接收来自该域名的电子邮件,则需要在您的 DNS 服务器中为域名 agadomarketing.com 添加一个 MX 条目。