> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# mail_alias table

> This table contains the alias&amp;apos;es for each mailbox, one-to-many-relation. It is in so we can substract the alias&amp;apos;es when when listing the recipients of a message.

## mail\_alias Table (273)

This table contains the alias\&apos;es for each mailbox, one-to-many-relation. It is in so we can substract the alias\&apos;es when when listing the recipients of a message.

## Fields

| Name       | Description                            | Type                                        | Nullable |
| ---------- | -------------------------------------- | ------------------------------------------- | :------: |
| id         | The primary key (auto-incremented)     | PK                                          |    No    |
| filter\_id | The mailbox which the alias belongs to | FK [mail\_in\_filter](./mail-in-filter.mdx) |    No    |
| alias      | The alias for the mailbox              | String(255)                                 |    Yes   |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/lG_0VSOpA0nSl_9s/media/loc/en/database/tables/mail_alias.png?fit=max&auto=format&n=lG_0VSOpA0nSl_9s&q=85&s=5d7e78593779a0dd2dd007ecb136bc5b" alt="mail_alias table relationship diagram" width="419" height="59" data-path="media/loc/en/database/tables/mail_alias.png" />

## Indexes

| Fields     | Types | Description |
| ---------- | ----- | ----------- |
| filter\_id | FK    | Index       |

## Relationships

| Table                                | Description                                                                                             |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------- |
| [mail\_in\_filter](./mail-in-filter) | This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP). |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
