> For the complete documentation index, see [llms.txt](https://docs.emaildelivery.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emaildelivery.com/docs/velocity-mta-basics/creating-an-mta-delivery-policy/pushing-mta-policy-changes.md).

# Pushing MTA Policy Changes

{% hint style="info" %}
You can save your policy changes anywhere in the wizard using the multifunction button.
{% endhint %}

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

{% hint style="warning" %}
**Publish your changes**

Your MTA delivery policy edits won't take effect until they are **published**.&#x20;

To verify your changes are sent to Velocity MTA successfully, first log into your server where Velocity MTA is running and begin monitoring the log file.
{% endhint %}

`tail -f velocity-install/logs/velocity.log`

{% hint style="info" %}
Click **publish** from the action button on the policy to push your changes to Velocity MTA
{% endhint %}

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

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

{% hint style="success" %}
Verify the new settings were received in velvet.log
{% endhint %}

```
2023/06/08 23:46:45.879865 main.go:1039: :API:::172.16.50.1:38214 POST /settings
2023/06/08 23:46:45.881480 main.go:1136: :API:::Finished writing settings
```


---

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

```
GET https://docs.emaildelivery.com/docs/velocity-mta-basics/creating-an-mta-delivery-policy/pushing-mta-policy-changes.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.
