我想创建自己的邮件 ID,而[email protected]
不是像以前那样向 Google 支付额外的邮件 ID 费用[email protected]
。
我拥有的东西是mydomain.in
(我为这个域名付费,并且这个 domain.in 指向我们的暂存服务器,IP 为 xx.xx.xx.xx),带有 Ubuntu 服务器的系统。
我尝试设置 Postfix,当安装 Postfix 服务器时
Internet site: mydomain.in.
Root and postmaster mail recipient: root
mydestinations: mydomain.in, localhost.example.com, localhost
其余全部默认。
现在我可以通过命令从 postfix 邮件服务器发送邮件。我检查了一下,我收到了来自的邮件。我尝试回复来自,但在 root 下没有收到任何邮件。这是 ubuntu 服务器中接收邮件的文件,它是空的。$ sendmail [email protected] 'message'
[email protected]
[email protected]
[email protected]
[email protected]
/var/mail/root
我希望如果有人发送邮件[email protected]
应该保存在 ubuntu 服务器中。
如果您不明白我的问题,请告诉我。
编辑:
中没有 MX mydomain.in
。我做了dig mx mydomain.in
。我应该在哪里设置 MX,是在临时服务器中还是在bigrock.in
我们从中购买此名称的地方。
的结果dig mx mydomain.in
是;;QUESTION SECTION: mydomain.in IN MX ;;AUTHORITY SECTION: mydomain.in 7200 IN SOA dns1.bigrock.in. 201...3 7200 7200
。
telnet 的结果mydomain.in 25
显示Trying xxx.xxx.xxx.xxx...
我猜测临时服务器中的端口 25 被防火墙阻止。我需要联系管理员以允许端口 25。
更新:
我收到了 Gmail 账户恢复失败的通知
Delivery to the following recipient failed permanently:
[email protected]
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain mydomain.in by us2.mx2.mailhostbox.com. [208.91.199.202].
The error that the other server returned was:
550-5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table
550 5.1.1 Please see http://support.mailhostbox.com/email-administrators-guide/error-codes for explanation of the problem.
答案1
如果没有 MX,那么应该有一个 A。如果没有,gmail 如何找出接收方邮件服务器的 IP 地址?