diff --git a/Servers/Email/Mailcow.md b/Servers/Email/Mailcow.md index 2e5c240..ffd5404 100644 --- a/Servers/Email/Mailcow.md +++ b/Servers/Email/Mailcow.md @@ -42,12 +42,7 @@ docker-compose up -d ``` ### Login to Mailcow -At this point, the Mailcow server has been deployed so you can log into it at the following urls: +At this point, the Mailcow server has been deployed so you can log into it. -**Administrators**: -You can now log in as an administrator using the default credentials `admin` and the password `moohoo` at: -`https://${MAILCOW_HOSTNAME}/admin` - -**Regular Mailbox Users**: -Continue logging in at the usual URL: -`https://${MAILCOW_HOSTNAME}` (*FQDN only*) +- **Administrators**: `https://${MAILCOW_HOSTNAME}/admin` (Username: `admin` | Password: `moohoo`) +- **Regular Mailbox Users**: `https://${MAILCOW_HOSTNAME}` (*FQDN only*) \ No newline at end of file