> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-add-read-me-page.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-add-read-me-page/UnCao9F5X_LP9h_T/media/loc/en/database/tables/mail_alias.png?fit=max&auto=format&n=UnCao9F5X_LP9h_T&q=85&s=a517ed32dcb12544f17f4122abdb453f" 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.
