{{define "title"}}Dashboard - Email Server Management{{end}} {{define "page_title"}}Dashboard{{end}} {{define "content"}}
Domains

{{.domain_count}}

Active domains
Senders

{{.sender_count}}

Authenticated senders
DKIM Keys

{{.dkim_count}}

Active DKIM keys
Mailboxes

{{.mailbox_count}}

{{if gt .mailboxes_near_quota 0}} {{.mailboxes_near_quota}} near quota {{else}} Active mailboxes {{end}}
Status
{{title .health.Status}}
{{if and (eq .health.Services.smtp_server "running") (eq .health.Services.database "ok")}} All services running {{else}} {{if eq .health.Services.smtp_server "stopped"}}SMTP Server stopped{{end}} {{if eq .health.Services.database "error"}}Database error{{end}} {{end}}
Recent Email Activity
View All
{{if .recent_emails}}
{{range .recent_emails}} {{end}}
TimeFromRecipientsStatusDKIM
{{formatDatetime .CreatedAt}} {{.MailFrom}}
{{if .ToAddress}}
To: {{.ToAddress}}
{{end}} {{if .CcAddresses}}
CC: {{.CcAddresses}}
{{end}} {{if .BccAddresses}}
BCC: {{.BccAddresses}}
{{end}}
{{if eq .Status "relayed"}} Sent {{else if eq .Status "partial"}} Partial Fail {{else}} Failed {{end}} {{if .DKIMSigned}} {{else}}{{end}}
{{else}}

No email activity yet

{{end}}
Recent Auth Activity
View All
{{if .recent_auths}}
{{range .recent_auths}}
{{if .Success}}{{else}}{{end}} {{title .AuthType}}
{{.Identifier}}
{{formatDatetime .CreatedAt}}
{{.IPAddress}}
{{end}}
{{else}}

No authentication activity yet

{{end}}
Quick Actions
{{if dget . "is_global_admin"}} {{else}} {{end}}
{{end}} {{define "extra_js"}} {{end}}