Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ To ensure changes made in this tutorial take effect quickly, update the Time to

Changing the TTL value instructs DNS servers on how long to cache this value before requesting an update from the responsible nameserver. You need to change the TTL value before changing your MX records to Email Security. This will ensure that changes take effect quickly and can also be reverted quickly if needed. If your DNS manager does not allow for a TTL of five minutes, set it to the lowest possible setting.

:::note
TTL changes should be done a few days before the production update and wait at least the time of the old values to expire before making the production changes, as senders may still be caching the old value with the longer TTLs.
:::

To check your existing TTL, open a terminal window and run the following command against your domain:

```sh
Expand Down