{{define "title"}}Blacklist - Email Server{{end}} {{define "content"}}

SMTP/IMAP Abuse Blacklist

Blacklisted IP Addresses
{{if .entries}}
{{range .entries}} {{end}}
IP AddressReasonOffense #TypeBlacklistedExpiresActions
{{.IPAddress}}
{{.Reason}} {{.OffenseCount}} {{if .Manual}}Manual{{else}}Auto{{end}} {{strftime "%Y-%m-%d %H:%M" .BlacklistedAt}} {{strftime "%Y-%m-%d %H:%M" .ExpiresAt}}
{{else}}
No IPs currently blacklisted
{{end}}
Manually Blacklist an IP
Abuse-Detection Whitelist
IPs here are exempt from automatic blacklisting for failed SMTP/IMAP auth. This is separate from the relay whitelist, which authorizes unauthenticated sending for a domain.
{{if .whitelist}}
{{range .whitelist}} {{end}}
IP AddressNoteAddedActions
{{.IPAddress}}
{{.Note}} {{strftime "%Y-%m-%d %H:%M" .CreatedAt}}
{{end}}
{{end}}