{{define "wide"}}wide{{end}} {{define "content"}}

{{.Domain.Name}}

{{template "back_link" (back "/inbound" "All inbound domains")}} {{if .Flash}}
{{.Flash}}
{{end}}

DNS status {{.MX.Status}}

Cached a few minutes — use Re-check after publishing. Unlike outbound, inbound needs an MX pointing at this server.

{{.Domain.Name}}
MX
{{if .MX.Records}} {{range .MX.Records}}{{.}} {{end}} {{else}} No MX records found. {{end}} {{if eq .MX.Status "ok"}}

{{.MX.Detail}}

{{else}}

{{.MX.Detail}}

{{end}}

Upstream

Where accepted mail is handed off. Not a mailbox.

{{if .TransportErr}}

{{.TransportErr}}

{{end}}

MX record to publish

Add this MX so the internet delivers here. Keep any existing primary MX if this is backup-MX.

{{.Domain.Name}}
MX
{{.MXValue}}

Valid recipients

Who this domain accepts on port 25. Same idea as an application's address mode: a list, or any address at the domain.

Unknown recipients are rejected at RCPT so this relay does not generate backscatter.

Every address at this domain is accepted and forwarded when “any recipient” is selected. Prefer a list unless the upstream rejects unknowns — otherwise this relay may generate backscatter.

{{if .RecipientErr}}

{{.RecipientErr}}

{{end}}

Danger zone

Stops accepting mail for this domain. Does not touch outbound sending domains.

Delete inbound domain

{{end}}