無法從 gmail 接收自己建立的郵件

無法從 gmail 接收自己建立的郵件

我想建立自己的郵件 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。

相關內容