{{define "title"}}Edit Mailbox - SMTP Management{{end}} {{define "content"}}
Edit Mailbox
The address can't be changed here — app passwords and stored mail are bound to it. Remove and recreate the mailbox instead.
Only enter a password if you want to change it — used for the self-service portal, never IMAP/SMTP.
Only relevant if "Enforce MFA for Mailboxes" is turned on in Server Settings.
Cancel
Current Mailbox Details
Email:
{{.mailbox.Email}}
Domain:
{{range .domains}}{{if eq .ID $.mailbox.DomainID}}{{.DomainName}}{{end}}{{end}}
Status:
{{if .mailbox.IsActive}}Active{{else}}Inactive{{end}}
Storage:
{{filesize .mailbox.UsedBytes}} / {{filesize .mailbox.QuotaBytes}}
Created:
{{strftime "%Y-%m-%d %H:%M" .mailbox.CreatedAt}}
Manage App Passwords Manage Aliases Allow/Block List Filter Rules
{{end}}