# Deferrals Page

{% hint style="info" %}
**Deferrals**

The deferrals page is the third page of the MTA policy wizard. This is where you can configure how long to wait after you've received a deferral notice or 'backoff' from the mailbox provider domain.&#x20;
{% endhint %}

{% hint style="info" %}
A backoff or deferral is an SMTP reply asking you to pause sending for awhile before trying again. Historically referred to as gray-listing, deferral codes are typically tied to your sender reputation with a mailbox provider such as gmail, yahoo, icloud, etc.
{% endhint %}

The universal retry time will be the default timeout applied to a SMTP backoff request, you can customize the amount of time to wait based on the content of the SMTP reply further down the page.

<figure><img src="/files/hQklyv8vVnoezPUskOT9" alt=""><figcaption></figcaption></figure>

You can enter multiple time periods separated by commas to automatically increase the wait each time a consecutive delivery attempt is deferred without at least 1 successful delivery in-between.

<figure><img src="/files/dWyD6FPYxNgV06KpWPtZ" alt=""><figcaption></figcaption></figure>

You can implement a longer pause based on the total amount of email successfully delivered over a prior time period, rather than only if at least one email was accepted on the last delivery attempt.  This may give you a more accurate/granular ability to throttle your email based on your current reputation with the receiver.&#x20;

<figure><img src="/files/51OHj9qBjOrEi48m2mwe" alt=""><figcaption></figcaption></figure>

Example

<figure><img src="/files/ubn0HgFkSHlTTSyFWdP9" alt=""><figcaption></figcaption></figure>

**Special deferral message retry time**

Sometimes you may want to pause for a custom wait time to respect the preferences of the receiving mailbox provider based on the information in their SMTP reply.&#x20;

For instance, you may see backoff requests in your [ip delivery report](/docs/velocity-mta-continuing-education/ip-delivery-reports.md) deferral messages such as "too many messages sent this hour", in which case you may want to make a special deferral message retry for 1 hour or 61 minutes for that SMTP reply. &#x20;

This may improve your sending reputation with the mailbox provider, but as with everything in email YMMV and mostly you can only employ best practices, send wanted mail, and hope for the best.&#x20;

<figure><img src="/files/ihnCJk0ttSufgVOhl1Zm" alt=""><figcaption></figcaption></figure>

In this example, Comcast postmaster support tells a sender how long to pause based on the content of the SMTP reply the postmaster sees the sender receiving in Comcast's mail server logs.

<figure><img src="/files/G50p3HFkUSQhHTtDpBRk" alt=""><figcaption></figcaption></figure>

Based on this information we would create the following special deferral message retry time.

<figure><img src="/files/vtyefuAtbew9K1nbGDAi" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**But then sometimes, we don't want to wait.....**&#x20;

SMTP replies can be wrong.
{% endhint %}

<figure><img src="/files/HjomuRi23X5xlBXzLc7T" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**SMTP is noisy**

Compared to most internet-wide communication protocols, SMTP is often implemented in non-standard and individualized ways, and errors are also common. Whenever you receive an SMTP reply coded as a deferral you're going to pause for the **universal deferral retry time**, which means mail stops being delivered for that time period, which means you only want to stop sending if that's really what the receiving host is telling you to do.&#x20;
{% endhint %}

{% hint style="info" %}
**Enter Transient Deferrals**

By specifying an erroneous or irrelevant deferral coded SMTP reply as transient, you'll ignore the response and continue to deliver email as normal without imposing a pause.
{% endhint %}

Only recommended if you know what you're doing.

<figure><img src="/files/2kOXmmkh6um0YdQCM023" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.emaildelivery.com/docs/velocity-mta-basics/creating-an-mta-delivery-policy/deferrals-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
