{% extends "base.html" %} {% block title %}Add Domain - Email Server Management{% endblock %} {% block page_title %}Add New Domain{% endblock %} {% block content %}
Add New Domain
Enter the domain name that will be used for sending emails (e.g., example.com)
What happens next?
  • Domain will be added to the system
  • DKIM key pair will be automatically generated
  • You'll need to configure DNS records
  • Add users or whitelist IPs for authentication
Domain Requirements
Valid Examples
  • example.com
  • mail.example.com
  • my-domain.org
  • company.co.uk
Invalid Examples
  • http://example.com
  • example
  • .example.com
  • example..com
{% endblock %} {% block extra_js %} {% endblock %}