在装有 Ubuntu 12.04 LTS 的 VPS 中,我安装了 postfix。域名是example.com
,VPS 主机名是server.example.com
。我为该域example.com
创建了 MX 记录。之后,邮件服务器mail.example.com
便启动并运行了。
如何在 postfix 配置中main.cf
设置myhostname
?
myhostname=server.example.com
或者
myhostname=mail.example.com
答案1
主机名实际上是您的 VPS 主机的名称。MX 记录中的名称进入 mydomain。
myhostname=server.example.com
mydomain=mail.example.com # if you receive emails as [email protected], or mydomain=example.com if you receive emails as [email protected]