{% extends "base.html" %} {% block title %}Add IP Address - Email Server{% endblock %} {% block content %}
Your Current IP
Detecting...

Add IP Address to Whitelist

Enter one or more IPv4 addresses (one per line or comma-separated).
Each IP will be added as a separate whitelist entry.
This IP will only be able to send emails for the selected domain (unless Global IP is checked)
Security Note
  • Only whitelist trusted IP addresses
  • This IP can send emails without username/password authentication
  • The IP is restricted to the selected domain only
  • Use static IP addresses for reliable access
Back to IP List
{% endblock %} {% block extra_js %} {% endblock %}