# Frequently Asked Questions

### What happens if no Email Routing Rules match an inbound email? <a href="#what-types-of-tables-will-simple-data-separation-work-with" id="what-types-of-tables-will-simple-data-separation-work-with"></a>

If no Email Routing Rules match an inbound email, then processing will proceed through your existing Inbound Email Actions in ServiceNow as though Postmaster weren't present.

### How do I maintain the original 'To:' address of my emails when forwarding from my Microsoft Exchange servers?

To maintain the original 'To:' address, be sure to 'relay' email messages from your existing email servers to ServiceNow.

### Why are none/some/all of my email attachments being attached to the destination record?

Postmaster honors [ServiceNow properties that broker image email attachment behavior.](https://docs.servicenow.com/csh?topicname=email-image-filters.html\&version=latest) Please update these properties in your ServiceNow instance if you wish to change behavior.

### I have a Postmaster Rule configured to order a Catalog Item. For some inbound emails, that rule fails and creates an Incident instead. Why?

When placing a Catalog Item order, ServiceNow assesses access controls to ensure the requesting user has access to that Catalog Item. If they do not, then the request will fail. If an email comes from an email address that doesn't match a user or matches a user without access to that Catalog Item, then ServiceNow will reject the Catalog Item order and move to the default inbound email flow, which typically creates an Incident.


---

# 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.yansalabs.com/postmaster/technical-docs/frequently-asked-questions.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.
