SMTP Server
Management Console
  • Dashboard
  • Email Server Management
  • Domains {{ domain_count if domain_count is defined else '' }}
  • Allowed Senders {{ sender_count if sender_count is defined else '' }}
  • Whitelisted IPs {{ ip_count if ip_count is defined else '' }}
  • DKIM Keys {{ dkim_count if dkim_count is defined else '' }}
  • Emails Log
  • Authentication
  • Configuration
  • Server Settings
  • Monitoring
  • Logs & Activity
Server Status {% set health = check_health() %} Service Status:
" + 'SMTP Server: ' + health.services.smtp_server|title + '
' + 'Web Frontend: ' + health.services.web_frontend|title + '
' + 'Database: ' + health.services.database|title + '
' ) | safe }}"> {{ health.status|title }}