{% extends "base.html" %} {% block title %}Whitelisted IPs - Email Server{% endblock %} {% block content %}
| IP Address | Domain | Status | Added | Actions |
|---|---|---|---|---|
|
{{ ip.ip_address }}
|
{{ domain.domain_name }} | {% if ip.is_active %} Active {% else %} Inactive {% endif %} | {{ ip.created_at.strftime('%Y-%m-%d %H:%M') }} |
Add IP addresses to allow authentication without username/password
Add First IP Address