{{define "title"}}Mailboxes - Email Server Management{{end}} {{define "page_title"}}Mailbox Management{{end}} {{define "content"}}
| Domain | Status | Storage | Created | Actions | |
|---|---|---|---|---|---|
{{$mailbox.Email}} |
{{$extra.domain_name}} | {{if $mailbox.IsActive}}Active {{else}}Inactive{{end}} | {{filesize $mailbox.UsedBytes}} / {{filesize $mailbox.QuotaBytes}} {{if ge $extra.pct_full 90.0}} {{printf "%.0f" $extra.pct_full}}% full {{else if ge $extra.pct_full 75.0}} {{printf "%.0f" $extra.pct_full}}% full {{end}} | {{strftime "%Y-%m-%d %H:%M" $mailbox.CreatedAt}} |
Add a mailbox to let a client app (Thunderbird, etc.) receive mail via IMAP
Add Your First Mailbox