{{define "title"}}Mailboxes - Email Server Management{{end}} {{define "page_title"}}Mailbox Management{{end}} {{define "content"}}

Mailboxes

Add Mailbox
Mailbox owners manage their own password, MFA, and IMAP/SMTP app passwords at /webmail/login — using their mailbox email and password, not an admin account.
All Mailboxes
{{if .mailboxes}}
{{range .mailboxes}} {{$mailbox := index . 0}}{{$extra := index . 1}} {{end}}
EmailDomainStatusStorageCreatedActions
{{$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}}
{{if $mailbox.IsActive}}
{{else}}
{{end}}
{{else}}

No mailboxes configured

Add a mailbox to let a client app (Thunderbird, etc.) receive mail via IMAP

Add Your First Mailbox
{{end}}
{{end}}