{{define "title"}}Whitelisted IPs - Email Server{{end}} {{define "content"}}

Whitelisted IP Addresses

Add IP Address
Whitelisted IP Addresses
{{if .ips}}
{{range .ips}} {{$ip := index . 0}}{{$domain := index . 1}} {{end}}
IP AddressDomainStatusStorage TypeAddedActions
{{$ip.IPAddress}}
{{$domain.domain_name}} {{if $ip.IsActive}}Active{{else}}Inactive{{end}} {{if $ip.StoreMessageContent}}Stores Full Message{{else}}Headers Only{{end}} {{strftime "%Y-%m-%d %H:%M" $ip.CreatedAt}}
{{if $ip.IsActive}}
{{else}}
{{end}}
{{else}}

No IP Addresses Whitelisted

Add IP addresses to allow authentication without username/password

Add First IP Address
{{end}}
IP Whitelist Information
How IP Whitelisting Works
  • Whitelisted IPs can send emails without username/password authentication
  • Each IP is associated with a specific domain
  • IP can only send emails for its authorized domain
  • Useful for server-to-server email sending
Your Current IP
Detecting...
{{end}} {{define "extra_js"}} {{end}}