mail_alias Table (273)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains the alias'es for each mailbox, one-to-many-relation. It is in so we can substract the alias'es when when listing the recipients of a message.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| filter_id | The mailbox which the alias belongs to | FK mail_in_filter | |
| alias | The alias for the mailbox | String(255) | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| filter_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| 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.