From f9551ccfca05f3772db205a4dd2eb22b245265ea Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 17 Jul 2025 06:57:48 -0600 Subject: [PATCH] Update Servers/Email/Mailcow.md --- Servers/Email/Mailcow.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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