{# version, hostname, uptime, loadavg, #} {% extends "layout.html" %} {% block title %} {{ _('Dashboard') }} {% endblock %} {% block navlinks_active_dashboard %}class="active"{% endblock %} {% block main %}

{{ _('System Information') }}

{% if session.get('domainGlobalAdmin') is sameas true %} {% if newVersionInfo[0] is sameas false %} {% elif newVersionInfo[0] is sameas true %} {# New version available #} {% if newVersionInfo[1].version > version %} {% endif %} {% endif %} {# ---- System Information ---- #} {% if uptime is not sameas none and uptime|length == 3 %} {% endif %} {# ---- Network interfaces and IP info ---- #} {% for netif in netif_data.items() %} {% if netif[0] != 'lo' %} {% endif %} {% endfor %} {% endif %}{# global admin #}
iRedMail v{{ iredmail_version }}
iRedAdmin v{{ version |e }} {% if backend == 'mysql' %} (MySQL) {% elif backend == 'ldap' %} (LDAP) {% endif %}
{# Error while checking #} {{ _('Error while checking new version: %s') |format(newVersionInfo[1] |e) }}
{{ _("Update available: v%s") |format(newVersionInfo[1].url |e, newVersionInfo[1].version |e,) }}
{{ _('Hostname') }} {{ hostname |e }}
{{ _('Uptime') }} {{ _('%s days, %s hours, %s minutes.') |format(uptime[0] |e, uptime[1] |e, uptime[2] |e ) }}
{{ _('Server Load') }} {{ '%s, %s, %s.' |format(loadavg[0] |e, loadavg[1] |e, loadavg[2] |e) }}
{{ _('Network') }} ({{ netif[0] |e }}) {{ netif[1]['addr'] }}/{{ netif[1]['netmask'] |e }}
{# .box-wrap #}
{# .col1-3 #}

Upgrade to Pro edition to get these features

  • self-service: user is able to login to iRedAdmin-Pro to
    • change password
    • manage mail forwarding
    • manage white/blacklist
    • manage quarantined mails
    • manage spam policy
  • Unlimited number of mail lists/aliases
  • Per-user real-time quota usage report
  • Per-user forwarding, bcc, relay, aliases support
  • Alias domain support
  • Per-domain bcc, relay, catch-all, account limit control
  • Per-domain and per-user service restrictions
  • Greylisting control
  • Throttling control
  • Manage quarantined mails
  • View log of received and sent emails
  • And many more ...
Full Features List Pricing and Upgrade Now

 

Why Upgrade?

The above tasks can be done in the open source version with e.g. command line tools or phpMyAdmin, etc. but this is more error prone and less easier to do than with the Pro version.

{# .columns #} {% endblock main %} {% block js %} {{ load_jquery(['tablesorter'], nonSortedCols=[0,6]) }} {% endblock js %}