{{define "title"}}Aliases - Email Server{{end}} {{define "page_title"}}Aliases{{end}} {{define "content"}}

Aliases {{.mailbox.Email}}

Back to Mailboxes
An alias lets this mailbox receive mail at another address. Enable "send as" to also let it send mail using that address. The login address is always {{.mailbox.Email}} — aliases never change that.
Add Alias
@
If enabled, this mailbox can use MAIL FROM with this alias once authenticated with its app password.
Existing Aliases
{{if .aliases}}
{{range .aliases}} {{end}}
AddressPermissionsCreatedActions
{{.Email}} {{if .CanSendAs}}Receive & Send {{else}}Receive Only{{end}} {{strftime "%Y-%m-%d %H:%M" .CreatedAt}}
{{else}}

No aliases yet

Add one above to let this mailbox receive mail at another address.

{{end}}
{{end}}