{{define "title"}}Relay Accounts{{end}} {{define "content"}}

Relay Accounts

Relay accounts allow external applications and servers to send mail via this server using SMTP AUTH. They have no IMAP mailboxes. Managed per domain — click an account to configure send-as permissions.
{{if .Accounts}} {{range .Accounts}} {{end}}
Username Domain Display name Status Description Created
{{.Username}} {{.DomainName}} {{.DisplayName}} {{if .Enabled}}active {{else}}disabled{{end}} {{.Description}} {{shortTime .CreatedAt}} Manage
{{else}}
No relay accounts configured. Go to a Domain to create one.
{{end}}
To create relay accounts, navigate to a domain and use the Relay Accounts section. IP relay rules (unauthenticated sending by IP) are also configured per domain.
{{end}}