{{define "title"}}User — {{.U.Email}}{{end}} {{define "content"}}
Users /

{{.U.Email}}

{{if .U.Enabled}}active{{else}}disabled{{end}} {{if .U.Admin}}admin{{else if .U.DomainAdmin}}domain admin{{end}} {{if .U.IsRelay}}relay{{end}}
User settings
{{if not .U.IsRelay}}
{{end}}
Change password
Relay account mode
Relay accounts authenticate via SMTP only — no IMAP mailboxes, no webmail. They can send email as their own address or any permitted send-as pattern below.
{{if .U.IsRelay}} {{else}} {{end}}
Account info
Email: {{.U.Email}}
Domain: {{.U.DomainName}}
{{if not .U.IsRelay}}
Used: {{humanBytes .U.UsedBytes}} of {{if .U.QuotaBytes}}{{humanBytes .U.QuotaBytes}}{{else}}unlimited{{end}}
{{end}}
Created: {{shortTime .U.CreatedAt}}
Last login: {{if isZero .U.LastLogin}}never{{else}}{{shortTime .U.LastLogin}}{{end}}
MFA: {{if .U.MFAEnabled}}enabled{{else}}disabled{{end}}
Type: {{if .U.IsRelay}}relay (SMTP only){{else}}mailbox{{end}}
{{if .U.IsRelay}}
Permitted sender addresses
This account can always send as its own address. Add patterns to allow additional sender addresses. Use *@domain.com to allow any address at a domain.
{{if .SendAs}}
{{range .SendAs}}
{{.Pattern}}
{{end}}
{{else}}
No additional patterns configured. Only own address allowed.
{{end}}
{{end}}
Delete user
Permanently deletes this account and all associated data. Cannot be undone.
{{end}}