> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.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-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/mail_alias.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=0527e57999b207091bf64f970cf4f284" 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.
