{% extends "base.html" %} {% block title %}Server Settings - Email Server{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Server Settings

{% if csrf_token %} {% endif %}
Server Configuration
Port for SMTP unencrypted connections (standard: 25)
Port for SMTP STARTTLS connections (standard: 587)
IP address to bind SMTP server only to (0.0.0.0 for all interfaces)
Server hostname for HELO/EHLO commands
Override HELO hostname for SMTP identification
Custom SMTP server banner (empty by default - hides SMTP version)
Database connection string
Minimum log level to record
Reduce verbose logging from aiosmtpd library
Timeout for external SMTP connections when relaying emails
Path to SSL certificate file (.crt or .pem)
Path to SSL private key file (.key or .pem)
RSA key size for new DKIM keys (larger = more secure, slower)
Public IP address of server for SPF records (used if auto-detection fails)
Server restart required after changing settings
{% endblock %} {% block extra_js %} {% endblock %}