> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/yoov-email/zh-hk/mail-domain-setup/mx-setup.md).

# 更新域名 MX 紀錄

### 更改MX 記錄的常規說明

按照這些步驟來更改您的域的MX 記錄。此處所用的術語為普遍性術語，可能與您的提供商所用的術語有所不同。

1. 登錄到您的域註冊商的門戶網站。
2. 啟動您的賬戶的**DNS管理器**/**域管理頁面**/ **DNS控制面板**，其中列出了您已註冊的所有域。
3. 找到**MX記錄**/**郵箱服務器**/**郵件設置**選項（如需幫助，請查閱您的提供商的幫助頁面或向註冊商尋求支持）。
4. 刪除您可能已有的任何條目。
5. 選擇**添加記錄**選項。
6. 在**名稱**/**主機**字段將值指定&#x70BA;**@**，或將它**留空**。
7. 將第一個記錄的值改為以下紀錄。
8. 將優先級設置為**10**或您的註冊商支持的任一更低的數字。
9. 按照相同步驟為您的域添加另一個MX 記錄。<br>

為確保郵件正確交付到您的域，只有下面提供的MX 記錄才應該列出。

| 主機/域     | 值                        | 優先級 |
| -------- | ------------------------ | --- |
| @/ 空/ 域名 | mx1.messagingcontrol.com | 10  |
| @/ 空/ 域名 | mx2.messagingcontrol.com | 20  |
|          |                          |     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yoov.com/yoov-email/zh-hk/mail-domain-setup/mx-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
