{{hostname}}

{% if no_users_exist or no_admins_exist %}
{% if no_users_exist %}

There are no users on this system! To make an administrative user, log into this machine using SSH (like when you first set it up) and run:

cd mailinabox
sudo tools/mail.py user add me@{{hostname}}
sudo tools/mail.py user make-admin me@{{hostname}}
{% else %}

There are no administrative users on this system! To make an administrative user, log into this machine using SSH (like when you first set it up) and run:

cd mailinabox
sudo tools/mail.py user make-admin me@{{hostname}}
{% endif %}
{% endif %}

Log in here for your Mail-in-a-Box control panel.