{{define "title"}}Edit Domain{{end}} {{define "content"}}

Edit Domain

Back to Domains
Please provide a valid domain name.
Enter a fully qualified domain name (e.g., example.com)
Only relevant if "Enforce MFA for Mailboxes" is turned on in Server Settings.
Mail to any address on this domain that doesn't match a real mailbox, alias, or +tag sub-address lands here instead of bouncing.
messages / hour
Caps how many messages this domain's senders can hand off per rolling hour — in case an account gets compromised, it slows down instead of blasting out thousands of emails. Over-limit sends get a temporary (retryable) rejection, not a permanent bounce. Leave blank for unlimited.
Tells senders that respect MTA-STS to require a verified TLS certificate when delivering to this domain — "Testing" publishes the policy without changing anything; "Enforce" asks compliant senders to hard-fail rather than deliver over an unverified connection. This only takes effect once you also publish the required DNS records:
  • _mta-sts.{{.domain.DomainName}} TXT "v=STSv1; id=<any-string-you-change-on-update>"
  • mta-sts.{{.domain.DomainName}} pointed at this server, so https://mta-sts.{{.domain.DomainName}}/.well-known/mta-sts.txt resolves here
Off by default for every domain. Turning one on here only makes it available — each mailbox owner still has to turn it on for themselves from their own webmail Account settings before it actually works for them.
Current Status

Status: {{if .domain.IsActive}}Active{{else}}Inactive{{end}}

Created: {{strftime "%Y-%m-%d %H:%M:%S" .domain.CreatedAt}}

Note

Changing the domain name will affect all associated users, IP addresses, and DKIM keys. Make sure to update your DNS records accordingly.

Cancel
Export / import this domain's mail

Exports every mailbox in this domain — messages, contacts, calendar, filter rules, and signatures — into one passphrase-encrypted archive, portable to a different server. MFA/passkeys/app-passwords aren't included; an imported mailbox starts with none enrolled. Importing skips (doesn't overwrite) any mailbox whose email address already exists on this server.

Export
Import
{{end}}