{{define "title"}}Relay Account — {{.Account.Username}}{{end}} {{define "content"}}
Domains / {{.Domain.Name}} /

{{.Account.Username}}

{{if .Account.Enabled}}active{{else}}disabled{{end}}
Status
{{if .Account.Enabled}} {{else}} {{end}}
Change password
Delete relay account
Permanently removes this relay account and all its send-as patterns. Cannot be undone.
Account info
Username: {{.Account.Username}}
Domain: {{.Domain.Name}}
{{if .Account.DisplayName}}
Display name: {{.Account.DisplayName}}
{{end}} {{if .Account.Description}}
Description: {{.Account.Description}}
{{end}}
Created: {{shortTime .Account.CreatedAt}}
This is a relay-only account. It has no mailbox or IMAP access. Authenticate via SMTP using the username and password above.
Permitted sender addresses
Define which From addresses this relay account may use. Use *@{{.Domain.Name}} to allow any address at the domain, or specify exact addresses.
{{if .SendAs}}
{{range .SendAs}}
{{.Pattern}}
{{end}}
{{else}}
No sender patterns configured. This account cannot send yet.
{{end}}
Allowed source IPs
Connections from these IPs may send as any permitted sender address above without SMTP authentication. Accepts plain IPs or CIDR ranges.
{{if .IPs}}
{{range .IPs}}
{{.CIDR}} {{if .Description}}{{.Description}}{{end}}
{{end}}
{{else}}
No IP rules. Authentication always required.
{{end}}
{{end}}