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

Server Settings

Server Configuration
Port for SMTP connections (standard: 25, 587)
Port for SMTP over TLS connections (standard: 465)
IP address to bind the server to (0.0.0.0 for all interfaces)
Server hostname for HELO/EHLO commands
Database Configuration
SQLite database file path or connection string
Logging Configuration
Minimum log level to record
Reduce verbose logging from aiosmtpd library
Email Relay Configuration
Timeout for external SMTP connections when relaying emails
TLS/SSL Configuration
Path to SSL certificate file (.crt or .pem)
Path to SSL private key file (.key or .pem)
DKIM Configuration
RSA key size for new DKIM keys (larger = more secure, slower)
Server restart required after changing settings
{% endblock %} {% block extra_js %} {% endblock %}