{% extends "base.html" %} {% block title %}Logs - Email Server{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ log.message_id }}
{{ log.ip_address or 'N/A' }}
{{ log.peer }}
{{ log.message_id }}
{{ log.ip_address or 'N/A' }}
{% if filter_type == 'emails' %} No email activity has been logged yet. {% elif filter_type == 'auth' %} No authentication attempts have been logged yet. {% else %} No activity has been logged yet. {% endif %}